Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp67 fs::path dst_path = fs::path(src_path).replace_extension(); // Remove .gz extension. in DecompressFiles() local
68 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()