Searched refs:npmPackagePath (Results 1 – 1 of 1) sorted by relevance
247 std::string npmPackagePath = npmPath + '/' + StripString(path); in FindNpmPackageInPath() local248 if (npmPackagePath.size() >= PATH_MAX) { in FindNpmPackageInPath()251 if (realpath(npmPackagePath.c_str(), path) == nullptr) { in FindNpmPackageInPath()