Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dsquashfs_filesystem.h62 const std::string& sqfs_path, bool extract_deflates, bool load_settings);
108 bool extract_deflates);
Dsquashfs_filesystem.cc138 bool extract_deflates) { in Init() argument
173 if (is_zlib && extract_deflates) { in Init()
250 if (is_zlib && extract_deflates) { in Init()
295 const string& sqfs_path, bool extract_deflates, bool load_settings) { in CreateFromFile() argument
329 filemap, sqfs_path, sqfs_file->GetSize(), header, extract_deflates)) { in CreateFromFile()
Ddeflate_utils.h35 bool extract_deflates);
Ddeflate_utils.cc270 bool extract_deflates) { in PreprocessPartitionFiles() argument
288 extract_deflates, in PreprocessPartitionFiles()
310 if (is_regular_file && extract_deflates && !file.is_compressed) { in PreprocessPartitionFiles()