Home
last modified time | relevance | path

Searched refs:WaitForDevice (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/
Dapexd_loop.cpp269 Result<LoopbackDeviceUniqueFd> WaitForDevice(int num) { in WaitForDevice() function
319 Result<LoopbackDeviceUniqueFd> loop_device = WaitForDevice(num); in CreateLoopDevice()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp429 if (!WaitForDevice(*path, timeout_ms)) { in MapDmUserCow()
434 if (!WaitForDevice(control_device, timeout_ms)) { in MapDmUserCow()
1532 if (!WaitForDevice(control_device, 10s)) { in PerformInitTransition()
2103 if (!WaitForDevice(source_device_path, remaining_time)) { in MapPartitionWithSnapshot()
2112 if (!WaitForDevice(cow_path, remaining_time)) { in MapPartitionWithSnapshot()
3630 bool SnapshotManager::WaitForDevice(const std::string& device, in WaitForDevice() function in android::snapshot::SnapshotManager
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h751 bool WaitForDevice(const std::string& device, std::chrono::milliseconds timeout_ms);