Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dpublish-invalid-semver-tag.js9 var PKG_DIR = common.pkg variable
31 fs.writeFileSync(path.resolve(PKG_DIR, 'package.json'), JSON.stringify(DEFAULT_PKG))
35 mkdirp.sync(PKG_DIR)
36 process.chdir(PKG_DIR)
46 cwd: PKG_DIR
Dupdate-examples.js7 var PKG_DIR = common.pkg variable
146 process.chdir(PKG_DIR)
147 t.pass('made ' + PKG_DIR)
154 cwd: PKG_DIR
Dbuild-already-built.js12 var PKG_DIR = common.pkg variable
13 var fakePkg = path.resolve(PKG_DIR, 'foo')
Dall-package-metadata.js18 const PKG_DIR = path.resolve(common.cache, 'update-index') constant
19 const CACHE_DIR = path.resolve(PKG_DIR, 'cache', '_cacache')
30 rimraf(PKG_DIR, cb)
/third_party/mindspore/cmake/
Dutils.cmake279 if(NOT PKG_DIR)
292 set(${pkg_name}_SOURCE_DIR ${PKG_DIR})