Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp769 const char *pathPE = strstr((pathP + 1), ")"); in CalculatePathPosFromUri() local
770 if (pathPE == nullptr) { in CalculatePathPosFromUri()
773 *pathLength = pathPE - (pathP + 1); in CalculatePathPosFromUri()