Home
last modified time | relevance | path

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

/build/soong/cc/
Dinstaller.go30 type installLocation int type
33 InstallInSystem installLocation = 0
38 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller { argument
53 location installLocation
Dfuzz.go195 installLocation := "$(PRODUCT_OUT)/data"
197 installLocation = "$(HOST_OUT)"
199 installLocation = filepath.Join(
200 installLocation, "fuzz", archString, "lib", libraryPath.Base())
201 return installLocation
/build/soong/python/
Dinstaller.go25 type installLocation int type
28 InstallInData installLocation = iota
/build/soong/rust/
Dcompiler.go35 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler { argument
44 type installLocation int type
47 InstallInSystem installLocation = 0
116 location installLocation