Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp247 std::string npmPackagePath = npmPath + '/' + StripString(path); in FindNpmPackageInPath() local
248 if (npmPackagePath.size() >= PATH_MAX) { in FindNpmPackageInPath()
251 if (realpath(npmPackagePath.c_str(), path) == nullptr) { in FindNpmPackageInPath()