Searched refs:fchmodSync (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-fchmod.js | 19 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);
|
D | test-fs-chmod-mask.js | 61 fs.fchmodSync(fd, input);
|
D | test-fs-chmod.js | 116 fs.fchmodSync(fd, mode_sync);
|
D | test-fs-error-messages.js | 769 () => fs.fchmodSync(fd, 0o666),
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
D | polyfills.js | 58 fs.fchmodSync = chmodFixSync(fs.fchmodSync) 182 ret = fs.fchmodSync(fd, mode)
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 346 fchmodSync: function (...args) { method
|
/third_party/node/lib/ |
D | fs.js | 1269 function fchmodSync(fd, mode) { function 1301 ret = fs.fchmodSync(fd, mode); 2103 fchmodSync,
|
/third_party/node/doc/api/ |
D | fs.md | 4253 ### `fs.fchmodSync(fd, mode)`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 4050 …com/nodejs/node/commit/79b195437c)] - **(SEMVER-MAJOR)** **fs**: throw fchmodSync errors in JS (Jo…
|