Searched refs:partition_path (Results 1 – 6 of 6) sorted by relevance
| /system/utest/fs-test-utils/ |
| A D | unittest_test.cpp | 36 ASSERT_FALSE(fixture->partition_path().empty(), "No partition path set"); in VerifyRamdiskAndFvmExist() 48 fbl::unique_fd fs_fd(open(fixture->partition_path().c_str(), O_RDONLY)); in VerifyRamdiskAndFvmExist()
|
| /system/host/fvm/ |
| A D | main.cpp | 56 char* partition_path = argv[i + 1]; in add_partitions() local 57 if ((container->AddPartition(partition_path, partition_type)) != ZX_OK) { in add_partitions()
|
| /system/ulib/fs-test-utils/include/fs-test-utils/ |
| A D | fixture.h | 127 const fbl::String& partition_path() const { in partition_path() function
|
| /system/utest/fvm/ |
| A D | fvm.cpp | 1936 ASSERT_EQ(mkfs(partition_path, disk_format, launch_stdio_sync, in CorruptMountHelper() 2051 char partition_path[PATH_MAX]; in TestCorruptMount() local 2052 snprintf(partition_path, sizeof(partition_path), "%s/%s-p-1/block", in TestCorruptMount() 2254 char partition_path[PATH_MAX]; in TestMounting() local 2255 snprintf(partition_path, sizeof(partition_path), "%s/%s-p-1/block", in TestMounting() 2257 ASSERT_EQ(mkfs(partition_path, DISK_FORMAT_MINFS, launch_stdio_sync, in TestMounting() 2316 char partition_path[PATH_MAX]; in TestMkfs() local 2317 snprintf(partition_path, sizeof(partition_path), "%s/%s-p-1/block", in TestMkfs() 2319 ASSERT_EQ(mkfs(partition_path, DISK_FORMAT_MINFS, launch_stdio_sync, in TestMkfs() 2335 vp_fd = open(partition_path, O_RDWR); in TestMkfs() [all …]
|
| /system/ulib/fs-test-utils/ |
| A D | fixture.cpp | 124 fbl::String* partition_path, bool* fvm_mounted) { in MakeFvm() argument 177 *partition_path = buffer; in MakeFvm()
|
| /system/utest/fs-management/ |
| A D | fs-management.cpp | 751 mkfs(fixture->partition_path().c_str(), DISK_FORMAT_MINFS, launch_stdio_sync, in MkfsMinfsWithMinFvmSlices() 753 fbl::unique_fd partition_fd(open(fixture->partition_path().c_str(), O_RDONLY)); in MkfsMinfsWithMinFvmSlices() 761 mkfs(fixture->partition_path().c_str(), DISK_FORMAT_MINFS, launch_stdio_sync, &options)); in MkfsMinfsWithMinFvmSlices()
|
Completed in 15 milliseconds