Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd_loop.cpp269 Result<LoopbackDeviceUniqueFd> WaitForDevice(int num) { in WaitForDevice() function
319 Result<LoopbackDeviceUniqueFd> loop_device = WaitForDevice(num); in CreateLoopDevice()
H A Dapexd_test.cpp3618 ASSERT_TRUE(dm.WaitForDevice("com.android.apex.test_package", 1s, &ignored)); in TEST_F()
3619 ASSERT_TRUE(dm.WaitForDevice("com.android.apex.compressed", 1s, &ignored)); in TEST_F()
H A Dapexd.cpp345 if (!dm.WaitForDevice(name, timeout, &path)) { in CreateVerityDevice()
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h132 bool WaitForDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
/aosp12/system/core/fs_mgr/libdm/
H A Ddm.cpp178 bool DeviceMapper::WaitForDevice(const std::string& name, in WaitForDevice() function in android::dm::DeviceMapper
221 if (!WaitForDevice(name, timeout_ms, path)) { in CreateDevice()
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp432 if (!WaitForDevice(*path, timeout_ms)) { in MapDmUserCow()
437 if (!WaitForDevice(control_device, timeout_ms)) { in MapDmUserCow()
1559 if (!WaitForDevice(control_device, 10s)) { in PerformInitTransition()
2134 if (!WaitForDevice(source_device_path, remaining_time)) { in MapPartitionWithSnapshot()
2143 if (!WaitForDevice(cow_path, remaining_time)) { in MapPartitionWithSnapshot()
3662 bool SnapshotManager::WaitForDevice(const std::string& device, in WaitForDevice() function in android::snapshot::SnapshotManager
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h764 bool WaitForDevice(const std::string& device, std::chrono::milliseconds timeout_ms);