Home
last modified time | relevance | path

Searched refs:compress_ (Results 1 – 3 of 3) sorted by relevance

/system/ulib/fs-host/include/fs-host/
A Dcommon.h62 offset_(0), length_(0), read_only_(false), compress_(false), in FsCreator()
119 bool ShouldCompress() const { return compress_; } in ShouldCompress()
144 bool compress_; variable
/system/host/zbi/
A Dzbi.cpp1045 if (compress_) { in Describe()
1062 return (header_.flags & ZBI_FLAG_STORAGE_COMPRESSED) && !compress_; in AlreadyCompressed()
1085 uint32_t wrote = compress_ ? StreamCompressed(out) : StreamRaw(out); in Stream()
1402 const bool compress_; member in __anonf76cb8b60111::Item
1439 : header_(header), compress_(compress) { in Item()
1440 if (compress_) { in Item()
/system/ulib/fs-host/
A Dcommon.cpp252 compress_ = true; in ProcessArgs()

Completed in 10 milliseconds