Searched refs:fvm_destroy (Results 1 – 7 of 7) sorted by relevance
18 zx_status_t fvm_destroy(const char* path);
54 fvm_destroy(test_disk_path); in main()
164 if (fvm_destroy(fvm_disk_path) != ZX_OK) { in teardown_fs_test()
186 zx_status_t fvm_destroy(const char* path) { in fvm_destroy() function
357 result = fvm_destroy(block_device_path_.c_str()); in TearDown()
346 ASSERT_EQ(fvm_destroy(fvm_path_), ZX_OK); in Teardown()405 ASSERT_EQ(fvm_destroy(fvm_path_), ZX_OK); in ForceReset()2805 fvm_destroy(gRealDiskInfo.disk_path); in main()
232 return fvm_destroy(device_path); in EndFVMTest()3032 fvm_destroy(test_disk_path); in main()
Completed in 22 milliseconds