Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.cc791 const size_t kSquashfsSuperBlockSize = 96; in GetSquashfs4Size() local
792 if (buffer_size < kSquashfsSuperBlockSize) in GetSquashfs4Size()
835 const ssize_t kSquashfsSuperBlockSize = 96; in IsSquashfsFilesystem() local
836 if (!ReadFileChunk(device, 0, kSquashfsSuperBlockSize, &header)) in IsSquashfsFilesystem()