Searched refs:extracted_ramdisk_path (Results 1 – 2 of 2) sorted by relevance
224 const std::filesystem::path extracted_ramdisk_path((*extracted_ramdisk)->path); in TEST_F() local225 for (auto& p : recursive_directory_iterator(extracted_ramdisk_path)) { in TEST_F()227 auto rel_path = p.path().lexically_relative(extracted_ramdisk_path); in TEST_F()
256 const std::filesystem::path& extracted_ramdisk_path, in InspectExtractedRamdisk() argument261 std::filesystem::recursive_directory_iterator(extracted_ramdisk_path)) { in InspectExtractedRamdisk()