Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp51 void JsAppContext::CheckSnapshotVersion(const char *bcFileContent, uint32_t contentLength) const in CheckSnapshotVersion() argument
58 …if ((bcFileContent == nullptr) || (contentLength == 0) || (contentLength <= sizeof(JerrySnapshotHe… in CheckSnapshotVersion()
61 const uint8_t *snapshotData = reinterpret_cast<const uint8_t *>(bcFileContent); in CheckSnapshotVersion()
H A Djs_app_context.h197 void CheckSnapshotVersion(const char *bcFileContent, uint32_t contentLength) const;