Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc74 bool GetFileMapContent(const string& sqfs_path, string* map) { in GetFileMapContent() argument
83 vector<string> cmd = {"unsquashfs", "-m", map_file, sqfs_path}; in GetFileMapContent()
96 bool GetUpdateEngineConfig(const std::string& sqfs_path, string* config) { in GetUpdateEngineConfig() argument
110 sqfs_path, in GetUpdateEngineConfig()
140 const string& sqfs_path, in Init() argument
258 TEST_AND_RETURN_FALSE(!sqfs_path.empty()); in Init()
289 puffin::LocateDeflatesInZlibBlocks(sqfs_path, zlib_blks, &deflates)); in Init()
300 const string& sqfs_path, bool extract_deflates, bool load_settings) { in CreateFromFile() argument
301 if (sqfs_path.empty()) in CreateFromFile()
305 brillo::FileStream::Open(FilePath(sqfs_path), in CreateFromFile()
[all …]
Dsquashfs_filesystem.h62 const std::string& sqfs_path, bool extract_deflates, bool load_settings);
105 const std::string& sqfs_path,