Searched refs:file_name (Results 1 – 8 of 8) sorted by relevance
17 let file_name = tempurl in download_file() localVariable 26 let mut file = File::create(path.join(file_name))?; in download_file() 36 let new_path = dst.join(path.file_name().unwrap()); in move_files()
17 let file_name = tempurl in download_file() localVariable26 let mut file = File::create(path.join(file_name))?; in download_file()36 let new_path = dst.join(path.file_name().unwrap()); in move_files()
732 if entry.file_name() == "target" {
732 if entry.file_name() == "target" { in last_modified_time()
582 let archive_name = archive_path.file_name().unwrap().to_str().unwrap(); in new()