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

/fuchsia/zircon/system/utest/fs/
H A Dfilesystems.cpp185 int mkfs_memfs(const char* disk_path) { argument
189 int fsck_memfs(const char* disk_path) { argument
234 int mount_memfs(const char* disk_path, const char* mount_path) { argument
251 static int mkfs_common(const char* disk_path, disk_format_t fs_type) { argument
253 if ((status = mkfs(disk_path, fs_type, launch_stdio_sync,
262 static int fsck_common(const char* disk_path, disk_format_t fs_type) { argument
264 if ((status = fsck(disk_path, fs_type, &test_fsck_options,
272 static int mount_common(const char* disk_path, const char* mount_path, argument
274 int fd = open(disk_path, O_RDWR);
277 fprintf(stderr, "Could not open disk: %s\n", disk_path);
303 mkfs_minfs(const char* disk_path) argument
307 fsck_minfs(const char* disk_path) argument
311 mount_minfs(const char* disk_path, const char* mount_path) argument
324 mkfs_thinfs(const char* disk_path) argument
328 fsck_thinfs(const char* disk_path) argument
332 mount_thinfs(const char* disk_path, const char* mount_path) argument
[all...]
H A Dfilesystems.h22 int (*mkfs)(const char* disk_path);
23 int (*mount)(const char* disk_path, const char* mount_path);
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp62 char disk_path[PATH_MAX]; member in struct:__anon1295::real_disk_info
226 strncpy(ramdisk_path_, gRealDiskInfo.disk_path, PATH_MAX);
2375 } else if (ioctl_device_get_topo_path(fd.get(), gRealDiskInfo.disk_path, PATH_MAX)
2384 fvm_destroy(gRealDiskInfo.disk_path);

Completed in 83 milliseconds