Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp43 constexpr uint8_t URI_PREFIX_DATA_LENGTH = 14; variable
350 char *path = StringUtil::Slice(uri, URI_PREFIX_DATA_LENGTH); in GetResourcePath()
381 …taPathSize = rootPathLen + strlen(currentBundleName_) + origUriLength - URI_PREFIX_DATA_LENGTH + 1; in ProcessResourcePathByConfiguration()