Searched refs:LoopDevice (Results 1 – 7 of 7) sorted by relevance
/system/core/fs_mgr/libdm/include/libdm/ |
D | loop_control.h | 63 class LoopDevice { 67 LoopDevice(android::base::borrowed_fd fd, const std::chrono::milliseconds& timeout_ms, 71 LoopDevice(const std::string& path, const std::chrono::milliseconds& timeout_ms); 72 ~LoopDevice(); 77 LoopDevice(const LoopDevice&) = delete; 78 LoopDevice& operator=(const LoopDevice&) = delete; 79 LoopDevice& operator=(LoopDevice&&) = default; 80 LoopDevice(LoopDevice&&) = default;
|
/system/core/fs_mgr/libdm/ |
D | loop_control.cpp | 136 LoopDevice::LoopDevice(android::base::borrowed_fd fd, const std::chrono::milliseconds& timeout_ms, in LoopDevice() function in android::dm::LoopDevice 145 LoopDevice::LoopDevice(const std::string& path, const std::chrono::milliseconds& timeout_ms) in LoopDevice() function in android::dm::LoopDevice 156 LoopDevice::~LoopDevice() { in ~LoopDevice() 162 void LoopDevice::Init(const std::chrono::milliseconds& timeout_ms) { in Init()
|
D | dm_test.cpp | 63 LoopDevice loop_a(tmp1, 10s); in TEST() 65 LoopDevice loop_b(tmp2, 10s); in TEST() 131 LoopDevice loop_a(tmp1, 10s); in TEST() 226 unique_ptr<LoopDevice> base_loop_; 227 unique_ptr<LoopDevice> cow_loop_; 245 base_loop_ = std::make_unique<LoopDevice>(base_fd_, 10s); in SetupImpl() 247 cow_loop_ = std::make_unique<LoopDevice>(cow_fd_, 10s); in SetupImpl() 540 LoopDevice loop(tmp, 10s); in TEST() 564 LoopDevice loop(tmp, 10s); in TEST() 583 LoopDevice loop(tmp, 10s); in TEST() [all …]
|
D | dm_linear_fuzzer.cpp | 90 LoopDevice loop_a(tmp1, 10s); in LLVMFuzzerTestOneInput() 92 LoopDevice loop_b(tmp2, 10s); in LLVMFuzzerTestOneInput()
|
D | loop_control_test.cpp | 56 LoopDevice loop(fd, 10s); in TEST()
|
/system/apex/apexd/ |
D | apex_database.cpp | 56 LoopDevice, enumerator 69 if (StartsWith(name, "loop")) return LoopDevice; in GetType() 138 if (dev.GetType() != LoopDevice) { in PopulateLoopInfo() 195 case LoopDevice: { in resolveMountInfo()
|
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer_test.cpp | 49 using LoopDevice = android::dm::LoopDevice; typedef 423 LoopDevice loop_dev(fs_path, 10s); in SetUp() 465 LoopDevice loop_dev(fs_path, 10s); in SetUp()
|