Searched refs:InstallInData (Results 1 – 12 of 12) sorted by relevance
/build/soong/cc/ |
D | installer.go | 34 InstallInData = iota const 74 if installer.location == InstallInData && ctx.useVndk() { 95 return installer.location == InstallInData
|
D | linkable.go | 233 InstallInData() bool methodSpec
|
D | test.go | 322 return NewBaseInstaller("nativetest", "nativetest64", InstallInData) 592 binary.baseInstaller = NewBaseInstaller("benchmarktest", "benchmarktest64", InstallInData)
|
D | fuzz.go | 90 return NewBaseInstaller("fuzz", "fuzz", InstallInData)
|
/build/soong/python/ |
D | installer.go | 28 InstallInData installLocation = iota const
|
D | python.go | 716 func (p *Module) InstallInData() bool { func
|
/build/soong/rust/ |
D | compiler.go | 60 InstallInData = iota const 209 return compiler.location == InstallInData 361 if compiler.location == InstallInData && ctx.RustModule().UseVndk() {
|
D | benchmark.go | 64 baseCompiler: NewBaseCompiler("nativebench", "nativebench64", InstallInData),
|
D | test.go | 99 baseCompiler: NewBaseCompiler("nativetest", "nativetest64", InstallInData),
|
D | fuzz.go | 61 fuzz.binaryDecorator.baseCompiler.location = InstallInData
|
D | rust.go | 1142 func (mod *Module) InstallInData() bool { func
|
/build/soong/android/ |
D | paths.go | 105 InstallInData() bool methodSpec 1687 if ctx.InstallInData() { 1896 func (m testModuleInstallPathContext) InstallInData() bool { func
|