Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/
H A Dloop_control.cpp42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach() function in android::dm::LoopControl
173 valid_ = control_.Attach(fd_.get(), timeout_ms, &device_); in Init()
/aosp14/system/core/trusty/confirmationui/
H A D.clang-format4 BreakBeforeBraces: Attach
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Dloop_control.h40 bool Attach(int file_fd, const std::chrono::milliseconds& timeout_ms,
/aosp14/frameworks/base/core/proto/android/net/
H A Dnetworkcapabilities.proto57 // Initial Attach servers.
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp341 if (!control.Attach(file_fd, timeout_ms, path)) { in CreateLoopDevice()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp2070 if (!loop_control.Attach(target_fd.get(), 5s, &loop_device)) { in PrepareZramBackingDevice()