Home
last modified time | relevance | path

Searched defs:check_magic (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/icing/icing/index/lite/
H A Dlite-index-header.h76 bool check_magic() const override { in check_magic() function
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dgen_bitmap.c72 static errcode_t check_magic(ext2fs_generic_bitmap bitmap) in check_magic() function
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/
H A Dformat.rs309 fn check_magic<'de, D>(deserializer: D) -> Result<[u8; 16], D::Error> in check_magic() function