Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp471 std::vector<std::string> loop_devices; in MapWithLoopDevice() local
472 AutoDetachLoopDevices auto_detach(control, loop_devices); in MapWithLoopDevice()
483 loop_devices.emplace_back(loop_device); in MapWithLoopDevice()
485 if (loop_devices.size() != file_list.size()) { in MapWithLoopDevice()
491 if (!OptimizeLoopDevices(loop_devices)) { in MapWithLoopDevice()
499 if (loop_devices.size() > 1) { in MapWithLoopDevice()
500 if (!MapWithLoopDeviceList(loop_devices, name, timeout_ms, path)) { in MapWithLoopDevice()
504 auto status_message = "loop:" + loop_devices.back(); in MapWithLoopDevice()
513 *path = loop_devices.back(); in MapWithLoopDevice()
/system/apex/apexd/
Dapex_database.h254 std::unordered_set<std::string> loop_devices; in CheckUniqueLoopDm() local
259 CHECK(loop_devices.insert(pair.first.loop_name).second) in CheckUniqueLoopDm()
267 CHECK(loop_devices.insert(pair.first.hashtree_loop_name).second) in CheckUniqueLoopDm()