Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp154 const char * const anotherSuffx = isSnapshotMode ? ".js" : ".bc"; in EvaluateFile() local
156 …s((fullPath + (fullPathLength - fileSuffixLength)), (fileSuffixLength + 1), anotherSuffx) != EOK) { in EvaluateFile()