Searched refs:copyPath (Results 1 - 2 of 2) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-child-process-fork-exec-path.js | 36 const copyPath = path.join(tmpdir.path, 'node-copy.exe'); 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 });
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 5622 // Make sure that copyPath is safe after the call to path.offset(). in DEF_TEST() 5633 SkPath copyPath; in DEF_TEST() local 5638 }, ©Path); in DEF_TEST() 5643 path.offset(0, 5, &(copyPath)); // <== change buffer copyPath.fPathRef->fPoints but not reset copyPath.fLastMoveToIndex lead to out of bound in DEF_TEST() 5645 copyPath.rConicTo(1, 1, 3, 3, 0.707107f); in DEF_TEST()
|
Completed in 10 milliseconds