Home
last modified time | relevance | path

Searched refs:fchmodSync (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-fchmod.js19 assert.throws(() => fs.fchmodSync(input), errObj);
31 assert.throws(() => fs.fchmodSync(1, input), errObj);
42 assert.throws(() => fs.fchmodSync(input), errObj);
54 assert.throws(() => fs.fchmodSync(1, input), errObj);
65 assert.throws(() => fs.fchmodSync(input), errObj);
68 assert.throws(() => fs.fchmodSync(1, input), errObj);
79 assert.throws(() => fs.fchmodSync(input), errObj);
82 assert.throws(() => fs.fchmodSync(1, input), errObj);
Dtest-fs-chmod-mask.js61 fs.fchmodSync(fd, input);
Dtest-fs-chmod.js116 fs.fchmodSync(fd, mode_sync);
Dtest-fs-error-messages.js769 () => fs.fchmodSync(fd, 0o666),
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js58 fs.fchmodSync = chmodFixSync(fs.fchmodSync)
182 ret = fs.fchmodSync(fd, mode)
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js346 fchmodSync: function (...args) { method
/third_party/node/lib/
Dfs.js1269 function fchmodSync(fd, mode) { function
1301 ret = fs.fchmodSync(fd, mode);
2103 fchmodSync,
/third_party/node/doc/api/
Dfs.md4253 ### `fs.fchmodSync(fd, mode)`
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4050 …com/nodejs/node/commit/79b195437c)] - **(SEMVER-MAJOR)** **fs**: throw fchmodSync errors in JS (Jo…