Home
last modified time | relevance | path

Searched refs:launch_stdio_async (Results 1 – 7 of 7) 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()
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 Dmount.h126 zx_status_t launch_stdio_async(int argc, const char** argv, zx_handle_t* handles,
/system/ulib/fs-management/
A Dlaunch.cpp154 zx_status_t launch_stdio_async(int argc, const char** argv, zx_handle_t* handles, in launch_stdio_async() function
/system/utest/fs/
A Dfilesystems.cpp290 launch_stdio_async)) != ZX_OK) { in mount_common()
/system/ulib/fs-test-utils/
A Dfixture.cpp253 &mount_options, launch_stdio_async); in Mount()
/system/utest/fvm/
A Dfvm.cpp1969 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 Dblobfs.cpp504 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