Searched refs:fs_path (Results 1 – 1 of 1) sorted by relevance
408 fs_path = std::string(getenv("TMPDIR")) + "/ext4_2G.img"; in SetUp()413 fs_path.c_str(), block_size, count); in SetUp()415 ::android::base::StringPrintf("/system/bin/mkfs.ext4 -q %s", fs_path.c_str()); in SetUp()423 LoopDevice loop_dev(fs_path, 10s); in SetUp()436 unlink(fs_path.c_str()); in TearDown()440 std::string fs_path; member in android::fiemap::VerifyBlockWritesExt4450 fs_path = std::string(getenv("TMPDIR")) + "/f2fs_2G.img"; in SetUp()455 fs_path.c_str(), block_size, count); in SetUp()457 ::android::base::StringPrintf("/system/bin/make_f2fs -q %s", fs_path.c_str()); in SetUp()465 LoopDevice loop_dev(fs_path, 10s); in SetUp()[all …]