Home
last modified time | relevance | path

Searched refs:installLocation (Results 1 – 3 of 3) 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.go230 installLocation := "$(PRODUCT_OUT)/data"
232 installLocation = "$(HOST_OUT)"
238 installLocation = filepath.Join(
239 installLocation, fuzzDir, archString, subdir, libraryBase)
240 return installLocation
/build/soong/rust/
Dcompiler.go95 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler { argument
104 type installLocation int type
107 InstallInSystem installLocation = 0
255 location installLocation