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