Home
last modified time | relevance | path

Searched refs:NPM_PATH_SEGMENT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_path_utils.cpp53 constexpr char NPM_PATH_SEGMENT[] = "node_modules"; member
263 std::string path = moduleInstallPath + NPM_PATH_SEGMENT + '/' + std::to_string(level) + '/' + npmPackage; in FindNpmPackageInTopLevel()
289 if (pathVector[0] != NPM_PATH_SEGMENT) { in FindNpmPackage()
300 moduleInstallPath + JoinString(pathVector, '/') + '/' + NPM_PATH_SEGMENT + '/' + npmPackage; in FindNpmPackage()
369 if (pathVector[index] != NPM_PATH_SEGMENT) { in ParseOhmUri()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.h81 static constexpr char NPM_PATH_SEGMENT[] = "node_modules"; member in panda::ecmascript::JSPandaFile
H A Djs_pandafile.cpp79 info.first.find(NPM_PATH_SEGMENT) != CString::npos) { in CheckIsRecordWithBundleName()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.h85 static constexpr char NPM_PATH_SEGMENT[] = "node_modules"; member in panda::ecmascript::ModulePathHelper
H A Dmodule_path_helper.cpp612 static CVector<CString> packagePaths = {CString(PACKAGE_PATH_SEGMENT), CString(NPM_PATH_SEGMENT)}; in ParseThirdPartyPackage()

Completed in 8 milliseconds