Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_database.h38 std::string loop_name; // Loop device used (fs path). member
51 MountedApexData(const std::string& loop_name, const std::string& full_path,
56 : loop_name(loop_name), in loop_name() function
64 int compare_val = loop_name.compare(rhs.loop_name);
258 if (pair.first.loop_name != "") { in CheckUniqueLoopDm()
259 CHECK(loop_devices.insert(pair.first.loop_name).second) in CheckUniqueLoopDm()
260 << "Duplicate loop device: " << pair.first.loop_name; in CheckUniqueLoopDm()
Dapex_database_test.cpp105 const std::string& loop_name, const std::string& full_path, in Contains() argument
111 if (package == p && loop_name == d.loop_name && full_path == d.full_path && in Contains()
121 const std::string& loop_name, const std::string& full_path, in ContainsPackage() argument
127 if (loop_name == d.loop_name && full_path == d.full_path && in ContainsPackage()
222 ASSERT_EQ(ret->loop_name, std::string(kLoopName)); in TEST()
Dapex_database.cpp177 apex_data->loop_name = slaves[0].DevPath(); in PopulateLoopInfo()
Dapexservice_test.cpp1194 ASSERT_EQ(*loop_device, mounted_apex->loop_name); in TEST_F()
1323 ASSERT_THAT(slaves, Contains(mounted_apex->loop_name)); in TEST_F()
1325 ASSERT_NE(mounted_apex->loop_name, mounted_apex->hashtree_loop_name); in TEST_F()
Dapexd_test.cpp2464 ASSERT_THAT(data.loop_name, StartsWith("/dev")); in TEST_F()
2472 ASSERT_THAT(data.loop_name, StartsWith("/dev")); in TEST_F()
Dapexd.cpp653 if (!data.loop_name.empty() && !deferred) { in Unmount()
654 loop::DestroyLoopDevice(data.loop_name, log_fn); in Unmount()