Home
last modified time | relevance | path

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

/system/utest/fs/
A Dfilesystems.cpp190 int mkfs_memfs(const char* disk_path) { in mkfs_memfs() argument
194 int fsck_memfs(const char* disk_path) { in fsck_memfs() argument
279 int fd = open(disk_path, O_RDWR); in mount_common()
308 int mkfs_minfs(const char* disk_path) { in mkfs_minfs() argument
309 return mkfs_common(disk_path, DISK_FORMAT_MINFS); in mkfs_minfs()
312 int fsck_minfs(const char* disk_path) { in fsck_minfs() argument
313 return fsck_common(disk_path, DISK_FORMAT_MINFS); in fsck_minfs()
329 int mkfs_thinfs(const char* disk_path) { in mkfs_thinfs() argument
330 return mkfs_common(disk_path, DISK_FORMAT_FAT); in mkfs_thinfs()
333 int fsck_thinfs(const char* disk_path) { in fsck_thinfs() argument
[all …]
A Dfilesystems.h22 int (*mkfs)(const char* disk_path);
23 int (*mount)(const char* disk_path, const char* mount_path);
/system/utest/blobfs/
A Dblobfs.cpp69 char disk_path[PATH_MAX]; member
241 strncpy(ramdisk_path_, gRealDiskInfo.disk_path, PATH_MAX); in Init()
2796 } else if (ioctl_device_get_topo_path(fd.get(), gRealDiskInfo.disk_path, PATH_MAX) in main()
2805 fvm_destroy(gRealDiskInfo.disk_path); in main()

Completed in 11 milliseconds