Home
last modified time | relevance | path

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

/system/ulib/fs-management/include/fs-management/
A Dfvm.h18 zx_status_t fvm_destroy(const char* path);
/system/utest/fs/
A Dmain.cpp54 fvm_destroy(test_disk_path); in main()
A Dfilesystems.cpp164 if (fvm_destroy(fvm_disk_path) != ZX_OK) { in teardown_fs_test()
/system/ulib/fs-management/
A Dfvm.cpp186 zx_status_t fvm_destroy(const char* path) { in fvm_destroy() function
/system/ulib/fs-test-utils/
A Dfixture.cpp357 result = fvm_destroy(block_device_path_.c_str()); in TearDown()
/system/utest/blobfs/
A Dblobfs.cpp346 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()
/system/utest/fvm/
A Dfvm.cpp232 return fvm_destroy(device_path); in EndFVMTest()
3032 fvm_destroy(test_disk_path); in main()

Completed in 22 milliseconds