Searched refs:hashtree_loop_name (Results 1 – 5 of 5) sorted by relevance
40 std::string hashtree_loop_name; member48 const std::string& hashtree_loop_name) in MountedApexData()53 hashtree_loop_name(hashtree_loop_name) {} in MountedApexData()80 return hashtree_loop_name < rhs.hashtree_loop_name;109 if (pair.first.hashtree_loop_name != "") { in CheckUniqueLoopDm()110 CHECK(loop_devices.insert(pair.first.hashtree_loop_name).second) in CheckUniqueLoopDm()111 << "Duplicate loop device: " << pair.first.hashtree_loop_name; in CheckUniqueLoopDm()
107 const std::string& hashtree_loop_name) { in Contains() argument113 hashtree_loop_name == d.hashtree_loop_name) { in Contains()123 const std::string& hashtree_loop_name) { in ContainsPackage() argument128 dm == d.device_name && hashtree_loop_name == d.hashtree_loop_name) { in ContainsPackage()
165 apex_data->hashtree_loop_name = slaves[1].DevPath(); in PopulateLoopInfo()
438 apex_data.hashtree_loop_name = hash_device; in MountPackageImpl()555 if (!data.hashtree_loop_name.empty()) { in Unmount()556 loop::DestroyLoopDevice(data.hashtree_loop_name, log_fn); in Unmount()
1164 ASSERT_EQ("", mounted_apex->hashtree_loop_name); in TEST_F()1288 ASSERT_THAT(slaves, Contains(mounted_apex->hashtree_loop_name)); in TEST_F()1289 ASSERT_NE(mounted_apex->loop_name, mounted_apex->hashtree_loop_name); in TEST_F()