Home
last modified time | relevance | path

Searched refs:testInstallBase (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/tradefed/
H A Dautogen.go110 …eContext, output android.WritablePath, template string, configs []Config, testInstallBase string) {
111 …emplateWithNameAndOutputFile(ctx, ctx.ModuleName(), output, template, configs, "", testInstallBase)
114 …e string, output android.WritablePath, template string, configs []Config, testInstallBase string) {
115 autogenTemplateWithNameAndOutputFile(ctx, name, output, template, configs, "", testInstallBase)
118 …d.WritablePath, template string, configs []Config, outputFileName string, testInstallBase string) {
135 "testInstallBase": testInstallBase,
141 … *string, testSuites []string, config []Config, autoGenConfig *bool, testInstallBase string) andro…
147 autogenTemplate(ctx, autogenPath, templatePath.String(), config, testInstallBase)
150 autogenTemplate(ctx, autogenPath, "${NativeTestConfigTemplate}", config, testInstallBase)
152 autogenTemplate(ctx, autogenPath, "${NativeHostTestConfigTemplate}", config, testInstallBase)
/aosp12/build/soong/cc/
H A Dtest.go361 testInstallBase := "/data/local/tmp"
363 testInstallBase = "/data/local/tests/vendor"
443 …g_template, test.Properties.Test_suites, configs, test.Properties.Auto_gen_config, testInstallBase)
/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java121 public void testInstallBase() throws DeviceNotAvailableException, FileNotFoundException { in testInstallBase() method in ApkVerityTest