/third_party/node/test/parallel/ |
H A D | test-fs-readfile-flags.js | 13 const emptyFile = path.join(tmpdir.path, 'empty.txt'); 32 const willBeCreated = path.join(tmpdir.path, 'will-be-created'); 43 const willNotBeCreated = path.join(tmpdir.path, 'will-not-be-created');
|
H A D | test-fs-write-file-typedarrays.js | 5 const join = require('path').join; 10 const filename = join(tmpdir.path, 'test.txt');
|
H A D | test-fs-write-negativeoffset.js | 8 join, 23 const filename = join(tmpdir.path, 'test.txt'); 39 const filename2 = join(tmpdir.path, 'test2.txt');
|
H A D | test-http-missing-header-separator-cr.js | 42 ].join('\r\n'); 60 ].join('\r\n'); 78 ].join('\r\n');
|
H A D | test-http-missing-header-separator-lf.js | 42 ].join('\r\n'); 60 ].join('\r\n'); 78 ].join('\r\n');
|
H A D | test-preload-print-process-argv.js | 10 const { join } = require('path'); 17 join(tmpdir.path, 'preload.js'), 22 join(tmpdir.path, 'main.js'),
|
H A D | test-snapshot-argv1.js | 13 const blobPath = path.join(tmpdir.path, 'snapshot.blob'); 20 fs.writeFileSync(path.join(tmpdir.path, 'entry.js'), code, 'utf8'); 34 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
|
H A D | test-snapshot-namespaced-builtin.js | 13 const blobPath = path.join(tmpdir.path, 'snapshot.blob'); 23 path.join(tmpdir.path, 'entry.js'), 40 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
|
/third_party/node/deps/v8/third_party/inspector_protocol/lib/ |
H A D | Object_h.template | 7 #ifndef {{"_".join(config.protocol.namespace)}}_Object_h 8 #define {{"_".join(config.protocol.namespace)}}_Object_h 43 #endif // !defined({{"_".join(config.protocol.namespace)}}_Object_h)
|
H A D | base_string_adapter_h.template | 7 #ifndef {{"_".join(config.protocol.namespace)}}_BASE_STRING_ADAPTER_H 8 #define {{"_".join(config.protocol.namespace)}}_BASE_STRING_ADAPTER_H 48 #endif // !defined({{"_".join(config.protocol.namespace)}}_BASE_STRING_ADAPTER_H)
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | run-gcmole.py | 13 CLANG_BIN = os.path.join(GCMOLE_PATH, 'gcmole-tools', 'bin') 14 CLANG_PLUGINS = os.path.join(GCMOLE_PATH, 'gcmole-tools') 15 DRIVER = os.path.join(GCMOLE_PATH, 'gcmole.py')
|
/third_party/node/test/addons/symlinked-module/ |
H A D | test.js | 18 const addonPath = path.join(__dirname, 'build', common.buildType); 19 const addonLink = path.join(tmpdir.path, 'addon'); 30 const mod = require(path.join(i, 'binding.node'));
|
/third_party/node/test/common/ |
H A D | snapshot.js | 12 path.join(tmpdir.path, 'snapshot.blob'), 32 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob')); 39 const args = ['--snapshot-blob', path.join(tmpdir.path, 'snapshot.blob')];
|
/third_party/node/tools/inspector_protocol/lib/ |
H A D | FrontendChannel_h.template | 7 #ifndef {{"_".join(config.protocol.namespace)}}_FrontendChannel_h 8 #define {{"_".join(config.protocol.namespace)}}_FrontendChannel_h 40 #endif // !defined({{"_".join(config.protocol.namespace)}}_FrontendChannel_h)
|
H A D | Forward_h.template | 7 #ifndef {{"_".join(config.protocol.namespace)}}_Forward_h 8 #define {{"_".join(config.protocol.namespace)}}_Forward_h 43 #endif // !defined({{"_".join(config.protocol.namespace)}}_Forward_h)
|
H A D | Object_h.template | 7 #ifndef {{"_".join(config.protocol.namespace)}}_Object_h 8 #define {{"_".join(config.protocol.namespace)}}_Object_h 34 #endif // !defined({{"_".join(config.protocol.namespace)}}_Object_h)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSToolFile.py | 43 "Outputs": ";".join(outputs), 44 "FileExtensions": ";".join(extensions), 45 "AdditionalDependencies": ";".join(additional_dependencies),
|
/third_party/node/test/es-module/ |
H A D | test-esm-preserve-symlinks.js | 13 const entry = path.join(tmpDir, 'entry.js'); 14 const real = path.join(tmpDir, 'real.js'); 15 const link_absolute_path = path.join(tmpDir, 'link.js');
|
/third_party/node/deps/npm/node_modules/@npmcli/disparity-colors/lib/ |
H A D | index.js | 22 // this RegExp will include all the `\n` chars into the lines, easier to join 25 const start = color(lines.slice(0, headerLength).join(''), 'header') 26 const end = lines.slice(headerLength).join('')
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSToolFile.py | 43 "Outputs": ";".join(outputs), 44 "FileExtensions": ";".join(extensions), 45 "AdditionalDependencies": ";".join(additional_dependencies),
|
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/lib/ |
H A D | index.js | 3 const { join, basename } = require('path') 38 const base = join('/', basename(binKey.replace(/\\|:/g, '/'))).slice(1) 44 const binTarget = join('/', orig[binKey].replace(/\\/g, '/'))
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | set.js | 4 const { join } = require('path') 41 cleanNewlines(await fs.readFile(join(home, '.npmrc'), 'utf-8')), 46 ].join('\n'),
|
/third_party/rust/crates/bindgen/bindgen-tests/ |
H A D | build.rs | 10 let mut dst = File::create(Path::new(&out_dir).join("tests.rs")).unwrap(); in main() 13 let headers_dir = manifest_dir.join("tests").join("headers"); in main()
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | target.rs | 28 if dir.join(".rustc_info.json").exists() 29 || dir.join("CACHEDIR.TAG").exists() 33 .map_or(false, |parent| parent.join("Cargo.toml").exists())
|
/third_party/skia/third_party/externals/angle2/infra/specs/ |
H A D | PRESUBMIT.py | 15 gen_script = os.path.join(angle_root, 'testing', 'buildbot', 'generate_buildbot_json.py') 18 mb_path = os.path.join(angle_root, 'tools', 'mb', 'mb.py') 19 config_path = os.path.join(input_api.PresubmitLocalPath(), 'angle_mb_config.pyl')
|