Home
last modified time | relevance | path

Searched refs:copyPath (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-fork-exec-path.js36 const copyPath = path.join(tmpdir.path, 'node-copy.exe'); constant
42 assert.strictEqual(process.execPath, copyPath);
50 assert.strictEqual(fs.existsSync(copyPath), false);
51 fs.copyFileSync(nodePath, copyPath, fs.constants.COPYFILE_FICLONE);
52 fs.chmodSync(copyPath, '0755');
55 const child = fork(__filename, { execPath: copyPath, env: envCopy });
Dtest-child-process-exec-any-shells-windows.js28 const copyPath = `${tmpPath}\\${shellName}`; constant
29 fs.symlinkSync(shellPath, copyPath);
30 test(copyPath);
/third_party/flutter/skia/tests/
DPathTest.cpp5562 SkPath copyPath; in DEF_TEST() local
5567 }, &copyPath); in DEF_TEST()
5572 …path.offset(0, 5, &(copyPath)); // <== change buffer copyPath.fPathRef->fPoint… in DEF_TEST()
5574 copyPath.rConicTo(1, 1, 3, 3, 0.707107f); in DEF_TEST()
/third_party/skia/tests/
DPathTest.cpp5633 SkPath copyPath; in DEF_TEST() local
5638 }, &copyPath); in DEF_TEST()
5643 …path.offset(0, 5, &(copyPath)); // <== change buffer copyPath.fPathRef->fPoint… in DEF_TEST()
5645 copyPath.rConicTo(1, 1, 3, 3, 0.707107f); in DEF_TEST()