Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddeflate_utils.cc272 vector<FilesystemInterface::File> tmp_files; in PreprocessPartitionFiles() local
273 part.fs_interface->GetFiles(&tmp_files); in PreprocessPartitionFiles()
274 result_files->reserve(tmp_files.size()); in PreprocessPartitionFiles()
276 for (auto& file : tmp_files) { in PreprocessPartitionFiles()