Home
last modified time | relevance | path

Searched refs:makeSymlinkCmd (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dutil.go98 func makeSymlinkCmd(linkDirOnDevice string, linkName string, target string) string { func
Dbinary.go495 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(), t…
499 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, symlink, targe…
Dlibrary.go1760 …library.postInstallCmds = append(library.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(),…