Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/install/action/
Dremove.js44 removeEmptyParents(pkg.path)
75 removeEmptyParents(path.resolve(pkg.path, '..'))
78 function removeEmptyParents (pkgdir) { function
82 removeEmptyParents(path.resolve(pkgdir, '..'))
Dmove.js27 [removeEmptyParents, path.resolve(pkg.fromPath, '..')]
31 function removeEmptyParents (pkgdir, next) { function
35 removeEmptyParents(path.resolve(pkgdir, '..'), next)