Searched refs:dst_path (Results 1 – 1 of 1) sorted by relevance
67 fs::path dst_path = fs::path(src_path).replace_extension(); // Remove .gz extension. in DecompressFiles() local68 if (!fs::exists(dst_path) || fs::last_write_time(src_path) > fs::last_write_time(dst_path)) { in DecompressFiles()80 fs::rename(tmp_path, dst_path); in DecompressFiles()