Home
last modified time | relevance | path

Searched refs:modulePath (Results 1 – 6 of 6) sorted by relevance

/system/apex/apexd/
Dapexd_test_utils.h79 Field("modulePath", &ApexInfo::modulePath, Eq(other.modulePath)),
123 *os << " modulePath : " << apex.modulePath << "\n"; in PrintTo()
Dapexservice_test.cpp164 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 …]
Dapexservice.cpp180 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/
DApexInfo.aidl21 @utf8InCpp String modulePath;
/system/incremental_delivery/incfs/
Dincfs.cpp158 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/
Daidl_interface.go626 modulePath := android.PathForModuleSrc(ctx).String()
628 targetDir := filepath.Join(modulePath, m.apiDir(), version)