Searched refs:mount (Results 26 - 33 of 33) sorted by relevance

12

/fuchsia/zircon/system/utest/blobfs-bench/
H A Dblobfs-bench.cpp19 #include <fs-management/mount.h>
/fuchsia/zircon/system/utest/fs-test-utils/
H A Dperftest_test.cpp14 #include <fs-management/mount.h>
/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.cpp24 #include <fs-management/mount.h>
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp34 #include <fs-management/mount.h>
225 // of Fuchsia may attempt to actually mount these
1930 // Try to mount the VPart.
1931 ASSERT_NE(mount(vp_fd, kMountPath, disk_format, &default_mount_options,
1966 // Try mount again.
1967 ASSERT_EQ(mount(vp_fd, kMountPath, disk_format, &default_mount_options,
1974 // Verify that slices were fixed on mount.
2194 // Test that the FVM driver can mount filesystems.
2226 ASSERT_EQ(mount(vp_fd, kMountPath, DISK_FORMAT_MINFS, &default_mount_options,
2230 // Verify that the mount wa
[all...]
/fuchsia/zircon/system/uapp/disk-pave/
H A Dpave-lib.cpp19 #include <fs-management/mount.h>
/fuchsia/zircon/system/ulib/zxcrypt/
H A Dvolume.cpp27 #include <fs-management/mount.h>
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp27 #include <fs-management/mount.h>
223 "Could not create mount point for test filesystems");
291 ASSERT_TRUE(Mount(), "Failed to mount blobfs");
448 // fd consumed by mount. By default, mount waits until the filesystem is
450 ASSERT_EQ(mount(fd.get(), MOUNT_PATH, DISK_FORMAT_BLOBFS, &options, launch), ZX_OK,
451 "Could not mount blobfs");
1254 ASSERT_TRUE(blobfsTest->Remount(), "Could not re-mount blobfs");
1898 ASSERT_TRUE(blobfsTest->Remount(), "Could not re-mount blobfs");
1979 ASSERT_TRUE(blobfsTest->Remount(), "Could not re-mount blobf
[all...]
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c28 #include <sys/mount.h>

Completed in 113 milliseconds

12