Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp51 constexpr char NPM_ENTRY_LINK[] = "entry.txt"; variable
256 fileName = npmPath + SEPERATOR + NPM_ENTRY_LINK; in FindNpmPackageInPath()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp53 constexpr char NPM_ENTRY_LINK[] = "entry.txt"; variable
224 fileName = npmPath + "/" + NPM_ENTRY_LINK; in FindNpmPackageInPath()