Home
last modified time | relevance | path

Searched refs:NPM_ENTRY_FILE (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.cpp50 constexpr char NPM_ENTRY_FILE[] = "index.abc"; variable
246 std::string fileName = npmPath + SEPERATOR + DIST_PATH_SEGMENT + SEPERATOR + NPM_ENTRY_FILE; in FindNpmPackageInPath()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp52 constexpr char NPM_ENTRY_FILE[] = "index.abc"; variable
214 std::string fileName = npmPath + "/" + NPM_ENTRY_FILE; in FindNpmPackageInPath()