Searched refs:modulePath (Results 1 – 6 of 6) sorted by relevance
/system/apex/apexd/ |
D | apexd_test_utils.h | 79 Field("modulePath", &ApexInfo::modulePath, Eq(other.modulePath)), 123 *os << " modulePath : " << apex.modulePath << "\n"; in PrintTo()
|
D | apexservice_test.cpp | 164 p.modulePath == path) { in IsActive() 1114 ASSERT_EQ(installer_->test_installed_file, match.modulePath); in TEST_F() 1126 ASSERT_EQ(installer_->test_installed_file, active->modulePath); in TEST_F() 1387 ASSERT_TRUE(isPathForBuiltinApexes(package.modulePath)); in TEST_F() 1454 ASSERT_TRUE(IsOk(service_->deactivatePackage(system_shim.modulePath))); in SetUp() 1482 on_data.modulePath = "/data/apex/active/com.android.apex.cts.shim@1.apex"; in TEST_F() 1491 preinstalled.modulePath = "/system/apex/com.android.apex.cts.shim.apex"; in TEST_F() 1697 ASSERT_EQ(installer.test_file, match.modulePath); in TEST_F() 1825 ASSERT_EQ(installer.test_file, info.modulePath); in TEST_F() 1830 ASSERT_EQ(installer2.test_file, info.modulePath); in TEST_F() [all …]
|
D | apexservice.cpp | 180 out.modulePath = package.GetPath(); in submitStagedSession() 272 out.modulePath = package.GetPath(); in getApexInfo() 290 << " Path: " << package.modulePath in toString()
|
/system/apex/apexd/aidl/android/apex/ |
D | ApexInfo.aidl | 21 @utf8InCpp String modulePath;
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 158 const auto modulePath = property.substr(kModulePrefix.size()); in parseProperty() local 159 return {::access(android::incfs::details::c_str(modulePath), R_OK | X_OK), modulePath}; in parseProperty()
|
/system/tools/aidl/build/ |
D | aidl_interface.go | 626 modulePath := android.PathForModuleSrc(ctx).String() 628 targetDir := filepath.Join(modulePath, m.apiDir(), version)
|