Searched refs:sqfs_path (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/update_engine/payload_generator/ |
H A D | squashfs_filesystem.cc | 74 bool GetFileMapContent(const string& sqfs_path, string* map) { in GetFileMapContent() argument 78 vector<string> cmd = {"unsquashfs", "-m", map_file.path(), sqfs_path}; in GetFileMapContent() 91 bool GetUpdateEngineConfig(const std::string& sqfs_path, string* config) { in GetUpdateEngineConfig() argument 105 sqfs_path, in GetUpdateEngineConfig() 135 const string& sqfs_path, in Init() argument 253 TEST_AND_RETURN_FALSE(!sqfs_path.empty()); in Init() 296 if (sqfs_path.empty()) in CreateFromFile() 300 brillo::FileStream::Open(FilePath(sqfs_path), in CreateFromFile() 305 LOG(ERROR) << "Unable to open " << sqfs_path << " for reading."; in CreateFromFile() 312 LOG(ERROR) << "Unable to read from file: " << sqfs_path; in CreateFromFile() [all …]
|
H A D | squashfs_filesystem.h | 62 const std::string& sqfs_path, bool extract_deflates, bool load_settings); 105 const std::string& sqfs_path,
|