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

/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.h39 class SquashfsFilesystem : public FilesystemInterface { class in namespace:chromeos_update_engine
56 ~SquashfsFilesystem() override = default;
61 static std::unique_ptr<SquashfsFilesystem> CreateFromFile(
75 static std::unique_ptr<SquashfsFilesystem> CreateFromFileMap(
101 SquashfsFilesystem() = default;
116 DISALLOW_COPY_AND_ASSIGN(SquashfsFilesystem);

Completed in 28 milliseconds