Searched refs:Attach (Results 1 – 14 of 14) sorted by relevance
/system/unwinding/libunwindstack/tools/ |
D | unwind.cpp | 37 static bool Attach(pid_t pid) { in Attach() function 109 if (!Attach(pid)) { in main()
|
D | unwind_for_offline.cpp | 54 static bool Attach(pid_t pid) { in Attach() function 344 if (!Attach(pid)) { in main()
|
/system/security/keystore-engine/ |
D | .clang-format | 4 BreakBeforeBraces: Attach
|
/system/security/ |
D | .clang-format | 4 BreakBeforeBraces: Attach
|
/system/core/trusty/confirmationui/ |
D | .clang-format | 4 BreakBeforeBraces: Attach
|
/system/teeui/ |
D | .clang-format | 4 BreakBeforeBraces: Attach
|
/system/keymaster/ |
D | .clang-format | 4 BreakBeforeBraces: Attach
|
/system/core/fs_mgr/libdm/ |
D | loop_control.cpp | 42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach() function in android::dm::LoopControl 163 valid_ = control_.Attach(fd_.get(), timeout_ms, &device_); in Init()
|
/system/unwinding/libbacktrace/ |
D | backtrace_read_benchmarks.cpp | 39 static void Attach(pid_t pid) { in Attach() function 134 Attach(*pid); in CreateRemoteProcess()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | loop_control.h | 40 bool Attach(int file_fd, const std::chrono::milliseconds& timeout_ms,
|
/system/update_engine/common/ |
D | test_utils.cc | 188 TEST_AND_RETURN_FALSE(loop_control.Attach(data_fd, 5s, out_lo_dev_name)); in BindToUnusedLoopDevice()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz_utils.cpp | 398 CHECK(control->Attach(file_fd, timeout_ms, path)) in CheckCreateLoopDevice()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 341 if (!control.Attach(file_fd, timeout_ms, path)) { in CreateLoopDevice()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 2069 if (!loop_control.Attach(target_fd.get(), 5s, &device)) { in PrepareZramBackingDevice()
|