Searched refs:type_path (Results 1 – 1 of 1) sorted by relevance
49 const std::string type_path = get_type_path(io_type); in should_fault_inject() local50 if (should_inject_cache.find(type_path) != should_inject_cache.end()) { in should_fault_inject()51 return should_inject_cache[type_path]; in should_fault_inject()53 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); in should_fault_inject()54 should_inject_cache[type_path] = entry != nullptr; in should_fault_inject()63 std::string type_path = get_type_path(io_type); in fault_fname() local66 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); in fault_fname()