Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h73 static constexpr char NPM_PATH_SEGMENT[] = "node_modules"; variable
Dmodule_path_helper.cpp403 … static CVector<CString> packagePaths = {CString(PACKAGE_PATH_SEGMENT), CString(NPM_PATH_SEGMENT)}; in ParseThirdPartyPackage()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h75 static constexpr char NPM_PATH_SEGMENT[] = "node_modules"; variable
Djs_pandafile.cpp78 info.first.find(NPM_PATH_SEGMENT) != CString::npos) { in CheckIsRecordWithBundleName()