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.h60 const std::string& sqfs_path, bool extract_deflates);
103 bool extract_deflates);
Dsquashfs_filesystem.cc98 bool extract_deflates) { in Init() argument
133 if (is_zlib && extract_deflates) { in Init()
210 if (is_zlib && extract_deflates) { in Init()
255 const string& sqfs_path, bool extract_deflates) { in CreateFromFile() argument
289 filemap, sqfs_path, sqfs_file->GetSize(), header, extract_deflates)) { in CreateFromFile()
Ddeflate_utils.h37 bool extract_deflates);
Ddeflate_utils.cc313 bool extract_deflates) { in PreprocessPartitionFiles() argument
331 SquashfsFilesystem::CreateFromFile(path.value(), extract_deflates); in PreprocessPartitionFiles()
352 if (is_regular_file && extract_deflates && !file.is_compressed) { in PreprocessPartitionFiles()