Home
last modified time | relevance | path

Searched refs:devdir (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_sg01.c43 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/
Dinstall-dep-classification.js16 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/
DREADME.md194 | `--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
DCHANGELOG.md260 * [[`9c8d275526`](https://github.com/nodejs/node-gyp/commit/9c8d275526)] - Add --devdir flag. (Ben …
/third_party/node/deps/npm/node_modules/node-gyp/bin/
Dnode-gyp.js19 prog.devDir = prog.opts.devdir
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dnode-gyp.js71 devdir: String, // everywhere property
/third_party/alsa-lib/
Dconfigure.ac351 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/
DCHANGELOG-4.md677 Improvements to how Python is located. New `--devdir` flag.
DCHANGELOG-2.md9 Improvements to how Python is located. New `--devdir` flag.