Home
last modified time | relevance | path

Searched refs:default_mount_options (Results 1 – 10 of 10) sorted by relevance

/system/utest/fs-management/
A Dfs-management.cpp86 ASSERT_EQ(mount(fd, mount_path, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in MountUnmountShared()
118 mount_options_t options = default_mount_options; in MountMkdirUnmount()
144 ASSERT_EQ(fmount(fd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in FmountFunmount()
177 ASSERT_EQ(fmount(fd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in DoMountEvil()
191 ASSERT_EQ(fmount(fd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in DoMountEvil()
205 ASSERT_EQ(fmount(fd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in DoMountEvil()
215 ASSERT_EQ(fmount(fd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in DoMountEvil()
220 ASSERT_EQ(fmount(fd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in DoMountEvil()
280 fmount(ramdiskfd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in MountEvilMinfs()
409 mount(fd, mount_path, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in MountRemount()
[all …]
/system/uapp/fs-mount/
A Dmain.c81 mount_options_t options = default_mount_options; in main()
/system/ulib/fs-management/include/fs-management/
A Dmount.h90 extern const mount_options_t default_mount_options;
/system/core/devmgr/fshost/
A Dblock-watcher.cpp589 mount_options_t options = default_mount_options; in block_device_added()
608 mount_options_t options = default_mount_options; in block_device_added()
624 mount_options_t options = default_mount_options; in block_device_added()
637 mount_options_t options = default_mount_options; in block_device_added()
/system/utest/fs/
A Dfilesystems.cpp289 if ((status = mount(fd, mount_path, fs_type, &default_mount_options, in mount_common()
/system/ulib/fs-management/
A Dmount.cpp258 const mount_options_t default_mount_options = { variable
/system/ulib/fs-test-utils/
A Dfixture.cpp247 mount_options_t mount_options = default_mount_options; in Mount()
/system/utest/fvm/
A Dfvm.cpp1968 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()
2263 ASSERT_EQ(mount(vp_fd, kMountPath, DISK_FORMAT_MINFS, &default_mount_options, in TestMounting()
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()
2348 ASSERT_EQ(mount(vp_fd, kMountPath, DISK_FORMAT_MINFS, &default_mount_options, in TestMkfs()
/system/uapp/disk-pave/
A Dpave-lib.cpp1046 mount_options_t opts(default_mount_options); in DataFilePave()
/system/utest/blobfs/
A Dblobfs.cpp497 mount_options_t options = default_mount_options; in Mount()
2367 mount_options_t options = default_mount_options; in CorruptAtMount()

Completed in 27 milliseconds