Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A Dext2_filesystem_unittest.cc104 for (const string& fs_name : kGeneratedImages) { in TEST_F() local
105 LOG(INFO) << "Testing " << fs_name; in TEST_F()
107 Ext2Filesystem::CreateFromFile(build_path.Append(fs_name).value()); in TEST_F()