Searched refs:lchmodSync (Results 1 – 7 of 7) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-lchmod.js | 32 () => fs.lchmodSync(i), 50 assert.throws(() => fs.lchmodSync(f, input), errObj); 62 assert.throws(() => fs.lchmodSync(f, input), errObj);
|
D | test-fs-chmod-mask.js | 78 if (fs.lchmodSync) { 84 fs.lchmodSync(link, input);
|
D | test-fs-chmod.js | 136 fs.lchmodSync(link, mode_sync);
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
D | polyfills.js | 59 fs.lchmodSync = chmodFixSync(fs.lchmodSync) 74 fs.lchmodSync = function () {} function 174 fs.lchmodSync = function (path, mode) {
|
/third_party/node/lib/ |
D | fs.js | 1294 function lchmodSync(path, mode) { function 2117 lchmodSync: constants.O_SYMLINK !== undefined ? lchmodSync : undefined,
|
/third_party/node/doc/api/ |
D | deprecations.md | 750 ### DEP0036: `fs.lchmodSync(path, mode)` 764 The [`fs.lchmodSync(path, mode)`][] API is deprecated. 2722 [`fs.lchmodSync(path, mode)`]: fs.md#fs_fs_lchmodsync_path_mode
|
D | fs.md | 4349 ### `fs.lchmodSync(path, mode)`
|