Home
last modified time | relevance | path

Searched defs:subDirectory (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dversion-sub-directory.js11 var subDirectory = path.resolve(pkg, 'sub-directory') variable
Dversion-sub-directory-shrinkwrap.js11 var subDirectory = path.resolve(pkg, 'sub-directory') variable
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts478 … const subDirectory = file.indexOf(directorySeparator, projectRootPath.length + 1); constant