Home
last modified time | relevance | path

Searched refs:hashtree_loop_name (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapex_database.h40 std::string hashtree_loop_name; member
48 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()
Dapex_database_test.cpp107 const std::string& hashtree_loop_name) { in Contains() argument
113 hashtree_loop_name == d.hashtree_loop_name) { in Contains()
123 const std::string& hashtree_loop_name) { in ContainsPackage() argument
128 dm == d.device_name && hashtree_loop_name == d.hashtree_loop_name) { in ContainsPackage()
Dapex_database.cpp165 apex_data->hashtree_loop_name = slaves[1].DevPath(); in PopulateLoopInfo()
Dapexd.cpp438 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()
Dapexservice_test.cpp1164 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()