Home
last modified time | relevance | path

Searched refs:InstallInData (Results 1 – 12 of 12) sorted by relevance

/build/soong/cc/
Dinstaller.go34 InstallInData = iota const
74 if installer.location == InstallInData && ctx.useVndk() {
95 return installer.location == InstallInData
Dlinkable.go233 InstallInData() bool methodSpec
Dtest.go322 return NewBaseInstaller("nativetest", "nativetest64", InstallInData)
592 binary.baseInstaller = NewBaseInstaller("benchmarktest", "benchmarktest64", InstallInData)
Dfuzz.go90 return NewBaseInstaller("fuzz", "fuzz", InstallInData)
/build/soong/python/
Dinstaller.go28 InstallInData installLocation = iota const
Dpython.go716 func (p *Module) InstallInData() bool { func
/build/soong/rust/
Dcompiler.go60 InstallInData = iota const
209 return compiler.location == InstallInData
361 if compiler.location == InstallInData && ctx.RustModule().UseVndk() {
Dbenchmark.go64 baseCompiler: NewBaseCompiler("nativebench", "nativebench64", InstallInData),
Dtest.go99 baseCompiler: NewBaseCompiler("nativetest", "nativetest64", InstallInData),
Dfuzz.go61 fuzz.binaryDecorator.baseCompiler.location = InstallInData
Drust.go1142 func (mod *Module) InstallInData() bool { func
/build/soong/android/
Dpaths.go105 InstallInData() bool methodSpec
1687 if ctx.InstallInData() {
1896 func (m testModuleInstallPathContext) InstallInData() bool { func