Searched defs:sqfs_path (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.cc77 bool GetFileMapContent(const string& sqfs_path, string* map) { argument
86 vector<string> cmd = {"unsquashfs", "-m", map_file, sqfs_path};
102 const string& sqfs_path,
215 // If it is infact gzipped, then the sqfs_path should be valid to read its
217 TEST_AND_RETURN_FALSE(!sqfs_path.empty());
240 puffin::LocateDeflatesInZlibBlocks(sqfs_path, zlib_blks, &deflates));
251 const string& sqfs_path, bool extract_deflates) {
252 if (sqfs_path.empty())
256 brillo::FileStream::Open(base::FilePath(sqfs_path),
261 LOG(ERROR) << "Unable to open " << sqfs_path << " fo
101 Init(const string& map, const string& sqfs_path, size_t size, const SquashfsHeader& header, bool extract_deflates) argument
250 CreateFromFile( const string& sqfs_path, bool extract_deflates) argument
[all...]

Completed in 5 milliseconds