Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.cpp69 const char * const appJSFileName = (appJsEnv->IsSnapshotMode()) ? "app.bc" : "app.js"; in InitEnvironment() local
70 char *fileFullPath = RelocateJSSourceFilePath(abilityPath, appJSFileName); in InitEnvironment()