Home
last modified time | relevance | path

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

/system/ca-certificates/google/
Dextract_from_pem.py43 with open(file_path, 'w') as new_file:
44 new_file.write(content)
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc215 for (const FilesystemInterface::File& new_file : new_files) { in DeltaReadPartition() local
221 new_file.extents, new_visited_blocks); in DeltaReadPartition()
227 LOG(INFO) << "Encoding file " << new_file.name << " (" in DeltaReadPartition()
239 old_files_map[new_file.name], old_visited_blocks); in DeltaReadPartition()
247 new_file.name, // operation name in DeltaReadPartition()
702 const string& new_file, in DiffFiles() argument
713 cmd.push_back(new_file); in DiffFiles()
Ddelta_diff_utils.h110 const std::string& new_file,