Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/find-up/
Dindex.js6 const startDir = path.resolve(opts.cwd || ''); constant
7 const {root} = path.parse(startDir);
22 })(startDir);
/third_party/node/deps/npm/node_modules/yargs/node_modules/find-up/
Dindex.js6 const startDir = path.resolve(opts.cwd || ''); constant
7 const {root} = path.parse(startDir);
22 })(startDir);
/third_party/skia/resources/sksl/
Dupdate_fuzzer.py22 startDir = os.path.dirname(os.path.abspath(__file__)) variable
31 for root, dirs, files in os.walk(startDir):
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js534 let startDir = rootPath || require('require-main-filename')(parentRequire || require)
539 if (!rootPath && path.extname(startDir)) {
540 startDir = path.dirname(startDir)
544 cwd: startDir
/third_party/node/tools/
Dlint-md.mjs20856 const startDir = path$6.resolve(opts.cwd || ''); constant
20857 const {root} = path$6.parse(startDir);
20872 })(startDir);