Searched refs:launch_stdio_async (Results 1 – 7 of 7) 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() 120 ASSERT_EQ(mount(fd, mount_path, DISK_FORMAT_MINFS, &options, launch_stdio_async), ZX_OK); 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() 372 ASSERT_NE(fmount(fd, mount_fd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async), in DoubleMountRoot() [all …]
|
| /system/ulib/fs-management/include/fs-management/ |
| A D | mount.h | 126 zx_status_t launch_stdio_async(int argc, const char** argv, zx_handle_t* handles,
|
| /system/ulib/fs-management/ |
| A D | launch.cpp | 154 zx_status_t launch_stdio_async(int argc, const char** argv, zx_handle_t* handles, in launch_stdio_async() function
|
| /system/utest/fs/ |
| A D | filesystems.cpp | 290 launch_stdio_async)) != ZX_OK) { in mount_common()
|
| /system/ulib/fs-test-utils/ |
| A D | fixture.cpp | 253 &mount_options, launch_stdio_async); in Mount()
|
| /system/utest/fvm/ |
| A D | fvm.cpp | 1969 launch_stdio_async), ZX_OK); in CorruptMountHelper() 2005 launch_stdio_async), ZX_OK); in CorruptMountHelper() 2264 launch_stdio_async), in TestMounting() 2338 launch_stdio_async), ZX_OK); in TestMkfs() 2349 launch_stdio_async), ZX_OK); in TestMkfs()
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 504 LaunchCallback launch = stdio_ ? launch_stdio_async : launch_silent_async; in Mount() 2370 launch_stdio_async), ZX_OK); in CorruptAtMount() 2388 launch_stdio_async), ZX_OK); in CorruptAtMount()
|
Completed in 21 milliseconds