Home
last modified time | relevance | path

Searched refs:installLocation (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dinstaller.go37 type installLocation int type
40 InstallInSystem installLocation = 0
45 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller { argument
60 location installLocation
Dfuzz.go153 installLocation := "$(PRODUCT_OUT)/data"
155 installLocation = "$(HOST_OUT)"
157 installLocation = filepath.Join(
158 installLocation, "fuzz", archString, "lib", libraryPath.Base())
159 return installLocation
/build/soong/python/
Dinstaller.go25 type installLocation int type
28 InstallInData installLocation = iota
/build/soong/rust/
Dcompiler.go48 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler { argument
57 type installLocation int type
60 InstallInSystem installLocation = 0
186 location installLocation