Home
last modified time | relevance | path

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

/build/soong/cc/
Dutil.go123 func makeSymlinkCmd(linkDirOnDevice string, linkName string, target string) string { func
Dbinary.go484 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(), t…
488 …binary.postInstallCmds = append(binary.postInstallCmds, makeSymlinkCmd(dirOnDevice, symlink, targe…
Dlibrary.go1618 …library.postInstallCmds = append(library.postInstallCmds, makeSymlinkCmd(dirOnDevice, file.Base(),…