Searched refs:ramdiskfd (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fs-management/
H A Dfs-management.cpp265 int ramdiskfd = open(ramdisk_path, O_RDWR); local
266 ASSERT_GT(ramdiskfd, 0);
268 fmount(ramdiskfd, mountfd, DISK_FORMAT_MINFS, &default_mount_options, launch_stdio_async),

Completed in 74 milliseconds