Searched refs:devdir (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_sg01.c | 43 DIR *devdir; in find_generic_scsi_device() local 49 devdir = opendir("/dev"); in find_generic_scsi_device() 51 if (!devdir) in find_generic_scsi_device() 54 while ((ent = SAFE_READDIR(devdir))) { in find_generic_scsi_device() 65 SAFE_CLOSEDIR(devdir); in find_generic_scsi_device() 70 SAFE_CLOSEDIR(devdir); in find_generic_scsi_device()
|
/third_party/node/deps/npm/test/tap/ |
D | install-dep-classification.js | 16 const devdir = path.join(testdir, 'dev') constant 138 …return common.npm(['install', '--only=prod'], {cwd: devdir, env}).then(([code, stdout, stderr]) =>… 141 t.notOk(fs.existsSync(path.join(devdir, 'node_modules')), 'did not install anything') 142 t.similar(JSON.parse(fs.readFileSync(path.join(devdir, 'package-lock.json'), 'utf8')), {
|
/third_party/node/deps/npm/node_modules/node-gyp/ |
D | README.md | 194 | `--devdir=$path` | SDK download directory (default is OS cache directory) 212 For example, to set `devdir` equal to `/tmp/.gyp`, you would: 230 For example, to set `devdir` equal to `/tmp/.gyp`, you would run: 233 $ npm config set [--global] devdir /tmp/.gyp
|
D | CHANGELOG.md | 260 * [[`9c8d275526`](https://github.com/nodejs/node-gyp/commit/9c8d275526)] - Add --devdir flag. (Ben …
|
/third_party/node/deps/npm/node_modules/node-gyp/bin/ |
D | node-gyp.js | 19 prog.devDir = prog.opts.devdir
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | node-gyp.js | 71 devdir: String, // everywhere property
|
/third_party/alsa-lib/ |
D | configure.ac | 351 AC_ARG_WITH(alsa-devdir, 352 AS_HELP_STRING([--with-alsa-devdir=dir], 364 AC_ARG_WITH(aload-devdir, 365 AS_HELP_STRING([--with-aload-devdir=dir],
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-4.md | 677 Improvements to how Python is located. New `--devdir` flag.
|
D | CHANGELOG-2.md | 9 Improvements to how Python is located. New `--devdir` flag.
|