Home
last modified time | relevance | path

Searched refs:package_id (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexservice_test.cpp511 Result<std::string> GetBlockDeviceForApex(const std::string& package_id) { in GetBlockDeviceForApex() argument
512 std::string mount_point = std::string(kApexRoot) + "/" + package_id; in GetBlockDeviceForApex()
1148 std::string package_id = in TEST_F() local
1152 ASSERT_TRUE(dm.GetDmDevicePathByName(package_id, &dm_path)) in TEST_F()
1153 << "Failed to get path of dm device " << package_id; in TEST_F()
1161 std::string expected_mount = std::string(kApexRoot) + "/" + package_id; in TEST_F()
1163 ASSERT_EQ(package_id, mounted_apex->device_name); in TEST_F()
1190 std::string package_id = in TEST_F() local
1195 std::string(kApexHashTreeDir) + "/" + package_id; in TEST_F()
1202 auto block_device = GetBlockDeviceForApex(package_id); in TEST_F()
[all …]
Dapexd.cpp505 const std::string& package_id = GetPackageId(apex.GetManifest()); in VerifyAndTempMountPackage() local
506 LOG(DEBUG) << "Temp mounting " << package_id << " to " << mount_point; in VerifyAndTempMountPackage()
507 const std::string& temp_device_name = package_id + ".tmp"; in VerifyAndTempMountPackage()