Searched refs:sqfs_path (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/payload_generator/ |
D | squashfs_filesystem.cc | 71 bool GetFileMapContent(const string& sqfs_path, string* map) { in GetFileMapContent() argument 79 vector<string> cmd = {unsquashfs, "-m", map_file.path(), sqfs_path}; in GetFileMapContent() 95 const string& sqfs_path, in Init() argument 213 TEST_AND_RETURN_FALSE(!sqfs_path.empty()); in Init() 244 puffin::LocateDeflatesInZlibBlocks(sqfs_path, zlib_blks, &deflates)); in Init() 255 const string& sqfs_path, bool extract_deflates) { in CreateFromFile() argument 256 if (sqfs_path.empty()) in CreateFromFile() 260 brillo::FileStream::Open(FilePath(sqfs_path), in CreateFromFile() 265 LOG(ERROR) << "Unable to open " << sqfs_path << " for reading."; in CreateFromFile() 272 LOG(ERROR) << "Unable to read from file: " << sqfs_path; in CreateFromFile() [all …]
|
D | squashfs_filesystem.h | 60 const std::string& sqfs_path, bool extract_deflates); 100 const std::string& sqfs_path,
|