Home
last modified time | relevance | path

Searched refs:LoopControl (Results 1 – 8 of 8) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Dloop_control.h28 class LoopControl final {
30 LoopControl();
49 LoopControl(const LoopControl&) = delete;
50 LoopControl& operator=(const LoopControl&) = delete;
51 LoopControl& operator=(LoopControl&&) = default;
52 LoopControl(LoopControl&&) = default;
88 LoopControl control_;
/system/core/fs_mgr/libdm/
Dloop_control.cpp35 LoopControl::LoopControl() : control_fd_(-1) { in LoopControl() function in android::dm::LoopControl
42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach()
81 bool LoopControl::Detach(const std::string& loopdev) const { in Detach()
101 bool LoopControl::FindFreeLoopDevice(std::string* loopdev) const { in FindFreeLoopDevice()
115 bool LoopControl::EnableDirectIo(int fd) { in EnableDirectIo()
Dloop_control_test.cpp52 TEST(libdm, LoopControl) { in TEST() argument
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp57 using android::dm::LoopControl;
230 LoopControl loop_control;
345 loop_control_ = std::make_unique<LoopControl>(); in SnapshotFuzzEnv()
392 static void CheckCreateLoopDevice(LoopControl* control, const std::string& file, in CheckCreateLoopDevice()
403 AutoDetachLoopDevice(LoopControl* control, const std::string& device) in AutoDetachLoopDevice()
408 LoopControl* control_;
412 uint64_t size, LoopControl* control, in CheckMapImage()
Dsnapshot_fuzz_utils.h73 std::unique_ptr<android::dm::LoopControl> loop_control_;
86 android::dm::LoopControl* control,
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp44 using android::dm::LoopControl;
319 static bool CreateLoopDevice(LoopControl& control, const std::string& file, in CreateLoopDevice()
337 AutoDetachLoopDevices(LoopControl& control, const std::vector<std::string>& devices) in AutoDetachLoopDevices()
350 LoopControl& control_;
436 if (!LoopControl::EnableDirectIo(fd)) { in OptimizeLoopDevices()
456 LoopControl control; in MapWithLoopDevice()
578 LoopControl loop; in UnmapImageDevice()
/system/update_engine/common/
Dtest_utils.cc187 android::dm::LoopControl loop_control; in BindToUnusedLoopDevice()
/system/core/fs_mgr/
Dfs_mgr.cpp109 using android::dm::LoopControl;
1979 LoopControl loop_control; in PrepareZramDevice()
1991 if (!LoopControl::EnableDirectIo(device_fd.get())) { in PrepareZramDevice()