Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.h132 bool ValidFile(uint8_t *buf, size_t len);
H A Degl_blob_cache.cpp369 if (!ValidFile(buf, filesize)) { in ReadFromDisk()
415 bool BlobCache::ValidFile(uint8_t *buf, size_t len) in ValidFile() function in OHOS::BlobCache