Home
last modified time | relevance | path

Searched refs:mkdtempSync (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-mkdtemp.js11 const tmpFolder = fs.mkdtempSync(path.join(tmpdir.path, 'foo.'));
16 const utf8 = fs.mkdtempSync(path.join(tmpdir.path, '\u0222abc.'));
Dtest-fs-mkdtemp-prefix-check.js11 fs.mkdtempSync(value, {});
Dtest-fs-watch-recursive.js17 const testsubdir = fs.mkdtempSync(testDir + path.sep);
Dtest-fs-assert-encoding-error.js69 fs.mkdtempSync('path', options);
Dtest-fs-options-immutable.js64 fs.mkdtempSync(tempFileName, options);
Dtest-fs-error-messages.js661 () => fs.mkdtempSync(nonexistentDir),
/third_party/node/test/known_issues/
Dtest-cwd-enoent-file.js22 const dir = fs.mkdtempSync(`${tmpdir.path}/`);
/third_party/node/test/sequential/
Dtest-fs-watch.js95 const testsubdir = fs.mkdtempSync(testDir + path.sep);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js521 mkdtempSync: function (...args) { method
/third_party/node/lib/
Dfs.js2015 function mkdtempSync(prefix, options) { function
2127 mkdtempSync,
/third_party/node/doc/api/
Dfs.md4475 ### `fs.mkdtempSync(prefix[, options])`
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md409 …nodejs/node/commit/414df6c93b)] - **test**: test validity of prefix in mkdtempSync (Luca Maraschi)…
DCHANGELOG_V10.md4053 …/nodejs/node/commit/d2dc2a5011)] - **(SEMVER-MAJOR)** **fs**: throw fs.mkdtempSync errors in JS la…
DCHANGELOG_V6.md2171 …nodejs/node/commit/f23377c82d)] - **test**: test validity of prefix in mkdtempSync (Luca Maraschi)…