Searched refs:getDexJarPath (Results 1 – 1 of 1) sorted by relevance
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 723 func getDexJarPath(result *android.TestResult, name string) string { func 849 fooStubs := getDexJarPath(result, "foo.stubs") 850 quuzPublicStubs := getDexJarPath(result, "quuz.stubs") 851 quuzSystemStubs := getDexJarPath(result, "quuz.stubs.system") 852 quuzTestStubs := getDexJarPath(result, "quuz.stubs.test") 853 quuzModuleLibStubs := getDexJarPath(result, "quuz.stubs.module_lib") 1017 nonUpdatablePublicStubs := getDexJarPath(result, "android-non-updatable.stubs") 1018 nonUpdatableSystemStubs := getDexJarPath(result, "android-non-updatable.stubs.system") 1019 nonUpdatableTestStubs := getDexJarPath(result, "android-non-updatable.stubs.test") 1020 nonUpdatableModuleLibStubs := getDexJarPath(result, "android-non-updatable.stubs.module_lib") [all …]
|