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.cpp457 std::vector<std::string> loop_devices; in MapWithLoopDevice() local
458 AutoDetachLoopDevices auto_detach(control, loop_devices); in MapWithLoopDevice()
469 loop_devices.emplace_back(loop_device); in MapWithLoopDevice()
471 if (loop_devices.size() != file_list.size()) { in MapWithLoopDevice()
477 if (!OptimizeLoopDevices(loop_devices)) { in MapWithLoopDevice()
485 if (loop_devices.size() > 1) { in MapWithLoopDevice()
486 if (!MapWithLoopDeviceList(loop_devices, name, timeout_ms, path)) { in MapWithLoopDevice()
491 auto status_message = "loop:" + loop_devices.back(); in MapWithLoopDevice()
500 *path = loop_devices.back(); in MapWithLoopDevice()
/system/apex/apexd/
Dapex_database.h97 std::unordered_set<std::string> loop_devices; in CheckUniqueLoopDm() local
102 CHECK(loop_devices.insert(pair.first.loop_name).second) in CheckUniqueLoopDm()
110 CHECK(loop_devices.insert(pair.first.hashtree_loop_name).second) in CheckUniqueLoopDm()