Home
last modified time | relevance | path

Searched defs:pkgs (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/lib/utils/completion/
Dinstalled-shallow.js26 fs.readdir(localDir, function (er, pkgs) { argument
34 fs.readdir(globalDir, function (er, pkgs) { argument
/third_party/skia/tools/infra/
Dgo.py53 def mod_download(*pkgs):
/third_party/node/deps/npm/test/tap/
Dinstall-bin-null.js42 var pkgs = [childPkgA, childPkgB, grandchildPkg] variable
/third_party/node/deps/npm/node_modules/npm-bundled/
Dindex.js226 const pkgs = fs.readdirSync(nm + '/' + scope) constant
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DMainFragment.java206 List<PackageInfo> pkgs = getActivity().getPackageManager().getInstalledPackages(0); in getInstalledPkgsList() local
/third_party/node/deps/npm/lib/
Dlink.js65 function linkInstall (pkgs, cb) { argument