Home
last modified time | relevance | path

Searched refs:ZBI_FLAG_STORAGE_COMPRESSED (Results 1 – 2 of 2) sorted by relevance

/system/public/zircon/boot/
A Dimage.h266 #define ZBI_FLAG_STORAGE_COMPRESSED (0x00000001) macro
/system/host/zbi/
A Dzbi.cpp432 assert(header_.flags & ZBI_FLAG_STORAGE_COMPRESSED); in Init()
1062 return (header_.flags & ZBI_FLAG_STORAGE_COMPRESSED) && !compress_; in AlreadyCompressed()
1200 item->header_.flags &= ~ZBI_FLAG_STORAGE_COMPRESSED; in CreateFromCompressed()
1442 header_.flags |= ZBI_FLAG_STORAGE_COMPRESSED; in Item()

Completed in 11 milliseconds