Searched refs:default_mount_options (Results 1 – 10 of 10) sorted by relevance
| /system/utest/fs-management/ |
| A D | fs-management.cpp | 86 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 D | main.c | 81 mount_options_t options = default_mount_options; in main()
|
| /system/ulib/fs-management/include/fs-management/ |
| A D | mount.h | 90 extern const mount_options_t default_mount_options;
|
| /system/core/devmgr/fshost/ |
| A D | block-watcher.cpp | 589 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 D | filesystems.cpp | 289 if ((status = mount(fd, mount_path, fs_type, &default_mount_options, in mount_common()
|
| /system/ulib/fs-management/ |
| A D | mount.cpp | 258 const mount_options_t default_mount_options = { variable
|
| /system/ulib/fs-test-utils/ |
| A D | fixture.cpp | 247 mount_options_t mount_options = default_mount_options; in Mount()
|
| /system/utest/fvm/ |
| A D | fvm.cpp | 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() 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 D | pave-lib.cpp | 1046 mount_options_t opts(default_mount_options); in DataFilePave()
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 497 mount_options_t options = default_mount_options; in Mount() 2367 mount_options_t options = default_mount_options; in CorruptAtMount()
|
Completed in 27 milliseconds