Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dtest_db.js26 const outPath = tempy.directory(); constant
27 buildDb('test_data/db', 'this', outPath);
28 const indexFile = path.join(outPath, 'index.json');
/third_party/node/test/parallel/
Dtest-snapshot-typescript.js45 const outPath = path.join(tmpdir.path, 'ts-example.js'); constant
50 outPath,
60 const result = fs.readFileSync(outPath, 'utf8');
/third_party/skia/tools/fonts/
Dcreate_test_font.cpp50 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local
51 outPath = SkOSPath::Join(outPath.c_str(), "fonts"); in font_header()
52 outPath = SkOSPath::Join(outPath.c_str(), "test_font_"); in font_header()
61 outPath.append(fam); in font_header()
62 outPath.append(".inc"); in font_header()
63 FILE* out = fopen(outPath.c_str(), "w"); in font_header()
/third_party/weex-loader/
Duglify-source.js41 function uglifyCode(code, outPath) { argument
43 fs.writeFileSync(outPath, uglifyCode)
/third_party/parse5/packages/parse5/
Duglify-source.js41 function uglifyCode(code, outPath) { argument
43 fs.writeFileSync(outPath, uglifyCode);
/third_party/typescript/src/services/
Dsourcemaps.ts79 const outPath = outFile(options); constant
81 const declarationPath = outPath ?
82 removeFileExtension(outPath) + Extension.Dts :
/third_party/skia/infra/bots/task_drivers/compile_wasm_gm_tests/
Dcompile_wasm_gm_tests.go29 outPath = flag.String("out_path", "", "The directory to put the built wasm/js code.")
45 outAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *outPath, "out_path")
/third_party/python/Mac/BuildScript/
Dbuild-installer.py1379 def patchFile(inPath, outPath): argument
1390 fp = open(outPath, 'w')
1394 def patchScript(inPath, outPath): argument
1399 fp = open(outPath, 'w')
1402 os.chmod(outPath, STAT_0o755)
/third_party/typescript/src/server/
Dproject.ts1289 const outPath = outFile(this.compilerOptions); constant
1292 if (!outPath || !this.isValidGeneratedFileWatcher(
1293 removeFileExtension(outPath) + Extension.Dts,
1301 if (outPath) {
/third_party/skia/src/pdf/
DSkPDFDevice.cpp207 SkPath* outPath) { in calculate_inverse_path() argument
209 return Op(SkPath::Rect(bounds), invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
/third_party/typescript/src/compiler/
Demitter.ts57 const outPath = outFile(options); constant
59 if (outPath) {
60 buildInfoExtensionLess = removeFileExtension(outPath);
76 const outPath = outFile(options)!; constant
77 const jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
79 … = (forceDtsPaths || getEmitDeclarations(options)) ? removeFileExtension(outPath) + Extension.Dts …
/third_party/typescript/lib/
DtypingsInstaller.js114785 var outPath = ts.outFile(options);
114787 if (outPath) {
114788 buildInfoExtensionLess = ts.removeFileExtension(outPath);
114805 var outPath = ts.outFile(options);
114806 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
114808 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" /* Ext…
Dtsc.js94702 var outPath = ts.outFile(options);
94704 if (outPath) {
94705 buildInfoExtensionLess = ts.removeFileExtension(outPath);
94721 var outPath = ts.outFile(options);
94722 var jsFilePath = options.emitDeclarationOnly ? undefined : outPath;
94724 …rceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtension(outPath) + ".d.ts" : unde…