Searched refs:makeSymlinkCmd (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | util.go | 123 func makeSymlinkCmd(linkDirOnDevice string, linkName string, target string) string { func
|
D | binary.go | 484 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(), t… 488 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, symlink, targe…
|
D | library.go | 1618 …library.postInstallCmds = append(library.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(),…
|