Searched refs:modulePath (Results 1 – 5 of 5) sorted by relevance
/system/apex/apexd/aidl/android/apex/ |
D | ApexInfo.aidl | 21 @utf8InCpp String modulePath;
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 100 Field("modulePath", &ApexInfo::modulePath, Eq(other.modulePath)), 160 *os << " modulePath : " << apex.modulePath << "\n"; in PrintTo()
|
D | apexservice_test.cpp | 167 p.modulePath == path) { in IsActive() 1148 ASSERT_EQ(installer_->test_installed_file, match.modulePath); in TEST_F() 1160 ASSERT_EQ(installer_->test_installed_file, active->modulePath); in TEST_F() 1438 if (StartsWith(package.modulePath, dir)) { in TEST_F() 1515 ASSERT_TRUE(IsOk(service_->deactivatePackage(system_shim.modulePath))); in SetUp() 1543 on_data.modulePath = "/data/apex/active/com.android.apex.cts.shim@1.apex"; in TEST_F() 1552 preinstalled.modulePath = "/system/apex/com.android.apex.cts.shim.apex"; in TEST_F() 1758 ASSERT_EQ(installer.test_file, match.modulePath); in TEST_F() 1886 ASSERT_EQ(installer.test_file, info.modulePath); in TEST_F() 1891 ASSERT_EQ(installer2.test_file, info.modulePath); in TEST_F() [all …]
|
D | apexservice.cpp | 190 out.modulePath = package.GetPath(); in submitStagedSession() 321 out.modulePath = package.GetPath(); in GetApexInfo() 339 << " Path: " << package.modulePath in ToString()
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 152 const auto modulePath = property.substr(kModulePrefix.size()); in parseProperty() local 153 return {::access(details::c_str(modulePath), R_OK | X_OK), modulePath}; in parseProperty()
|