Home
last modified time | relevance | path

Searched refs:fchownSync (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-fchown.js9 assert.throws(() => fs.fchownSync(input), errObj);
14 assert.throws(() => fs.fchownSync(1, input), errObj);
19 assert.throws(() => fs.fchownSync(1, 1, input), errObj);
Dtest-fs-error-messages.js790 () => fs.fchownSync(fd, process.getuid(), process.getgid()),
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js54 fs.fchownSync = chownFixSync(fs.fchownSync)
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js362 fchownSync: function (...args) { method
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js779 fs.fchownSync(fd, uid, gid)
/third_party/node/lib/
Dfs.js1358 function fchownSync(fd, uid, gid) { function
2101 fchownSync,
/third_party/node/doc/api/
Dfs.md4265 ### `fs.fchownSync(fd, uid, gid)`
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4049 …com/nodejs/node/commit/1650eaeac4)] - **(SEMVER-MAJOR)** **fs**: throw fchownSync errors in JS (Jo…