Lines Matching refs:access
226 function access(path, mode, callback) {
233 mode = getValidMode(mode, 'access');
238 binding.access(pathModule.toNamespacedPath(path), mode, req);
250 mode = getValidMode(mode, 'access');
253 binding.access(pathModule.toNamespacedPath(path), mode, undefined, ctx);
271 fs.access(path, F_OK, suppressedCallback);
303 binding.access(nPath, F_OK, undefined, ctx);
305 // In case of an invalid symlink, `binding.access()` on win32
2176 * Changes the access and modification times of
2197 * Synchronously changes the access and modification
3077 access,