Searched refs:isFd (Results 1 – 2 of 2) sorted by relevance
197 const isFd = isUint32; constant325 context.isUserFd = isFd(path); // File descriptor ownership393 const isUserFd = isFd(path); // File descriptor ownership1496 if (isFd(path)) {1528 const isUserFd = isFd(path); // File descriptor ownership1552 if (!options.flag || isFd(path))1565 if (!options.flag || isFd(path))
3762 * [[`e45e5b809d`](https://github.com/nodejs/node/commit/e45e5b809d)] - **fs**: point isFd to isUint…