Home
last modified time | relevance | path

Searched defs:installLocation (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dinstaller.go37 type installLocation int type
45 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller {
/build/soong/rust/
Dcompiler.go49 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler {
58 type installLocation int type