Searched refs:WaitAndOpen (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.cpp63 bool WaitAndOpen(char* path, fbl::unique_fd* out) { function in namespace:zxcrypt::testing::__anon1480
150 ASSERT_TRUE(WaitAndOpen(ramdisk_path_, &ramdisk_), Error("failed to open %s", ramdisk_path_));
152 ASSERT_TRUE(WaitAndOpen(fvm_part_path_, &fvm_part_),
321 ASSERT_TRUE(WaitAndOpen(path, &fvm_fd));

Completed in 25 milliseconds