Lines Matching refs:kMountPath
62 const char kMountPath[] = "/fvm-tmp/minfs_test_mountpath"; variable
1968 ASSERT_NE(mount(vp_fd, kMountPath, disk_format, &default_mount_options, in CorruptMountHelper()
2004 ASSERT_EQ(mount(vp_fd, kMountPath, disk_format, &default_mount_options, in CorruptMountHelper()
2006 ASSERT_EQ(umount(kMountPath), ZX_OK); in CorruptMountHelper()
2049 ASSERT_EQ(mkdir(kMountPath, 0666), 0); in TestCorruptMount()
2076 ASSERT_EQ(rmdir(kMountPath), 0); in TestCorruptMount()
2262 ASSERT_EQ(mkdir(kMountPath, 0666), 0); in TestMounting()
2263 ASSERT_EQ(mount(vp_fd, kMountPath, DISK_FORMAT_MINFS, &default_mount_options, in TestMounting()
2268 fbl::unique_fd rootfd(open(kMountPath, O_RDONLY | O_DIRECTORY)); in TestMounting()
2284 ASSERT_EQ(umount(kMountPath), ZX_OK); in TestMounting()
2285 ASSERT_EQ(rmdir(kMountPath), 0); in TestMounting()
2332 ASSERT_EQ(mkdir(kMountPath, 0666), 0); in TestMkfs()
2333 ASSERT_NE(mount(vp_fd, kMountPath, DISK_FORMAT_MINFS, &default_mount_options, in TestMkfs()
2337 ASSERT_EQ(mount(vp_fd, kMountPath, DISK_FORMAT_BLOBFS, &default_mount_options, in TestMkfs()
2339 ASSERT_EQ(umount(kMountPath), ZX_OK); in TestMkfs()
2348 ASSERT_EQ(mount(vp_fd, kMountPath, DISK_FORMAT_MINFS, &default_mount_options, in TestMkfs()
2352 fbl::unique_fd rootfd(open(kMountPath, O_RDONLY | O_DIRECTORY)); in TestMkfs()
2368 ASSERT_EQ(umount(kMountPath), ZX_OK); in TestMkfs()
2369 ASSERT_EQ(rmdir(kMountPath), 0); in TestMkfs()