Searched refs:Attach (Results 1 – 6 of 6) sorted by relevance
/aosp14/system/core/fs_mgr/libdm/ |
H A D | loop_control.cpp | 42 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-format | 4 BreakBeforeBraces: Attach
|
/aosp14/system/core/fs_mgr/libdm/include/libdm/ |
H A D | loop_control.h | 40 bool Attach(int file_fd, const std::chrono::milliseconds& timeout_ms,
|
/aosp14/frameworks/base/core/proto/android/net/ |
H A D | networkcapabilities.proto | 57 // Initial Attach servers.
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | image_manager.cpp | 341 if (!control.Attach(file_fd, timeout_ms, path)) { in CreateLoopDevice()
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 2070 if (!loop_control.Attach(target_fd.get(), 5s, &loop_device)) { in PrepareZramBackingDevice()
|