Searched refs:new_file (Results 1 – 2 of 2) sorted by relevance
72 bool SafeReplaceFile(std::string_view old_file, std::string_view new_file) { in SafeReplaceFile() argument84 if (adb_rename(new_file.data(), old_file.data()) != 0) { in SafeReplaceFile()85 PLOG(ERROR) << "Unable to rename file (" << new_file << " => " << old_file << ")"; in SafeReplaceFile()
97 fn new_file(zip_index: ZipIndex, zip_file: &zip::read::ZipFile) -> InodeData { in new_file() method212 InodeData::new_file(i, &file) in from_zip()