Home
last modified time | relevance | path

Searched refs:isSocket (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readdir-types.js23 isSocket: constants.UV_DIRENT_SOCKET property
43 assert.strictEqual(dirent.isSocket(), false);
Dtest-fs-stat-bigint.js57 bigintStats.isSocket(),
58 numStats.isSocket()
Dtest-fs-stat.js75 assert.strictEqual(s.isSocket(), false);
Dtest-fs-opendir.js25 assert.strictEqual(dirent.isSocket(), false);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js57 isSocket: function () { method
198 isSocket: function () { method
/third_party/node/lib/internal/fs/
Dutils.js179 isSocket() { method in Dirent
426 StatsBase.prototype.isSocket = function() { method in StatsBase
/third_party/node/deps/npm/node_modules/copy-concurrently/
Dcopy.js115 } else if (fromStat.isSocket()) {
/third_party/typescript/src/tsserver/
DnodeServer.ts104 isSocket(): boolean;
/third_party/typescript/src/harness/
DvfsUtil.ts1327 public isSocket() { return (this.mode & S_IFMT) === S_IFSOCK; } method in Stats
/third_party/node/doc/api/
Dfs.md5286 #### `dirent.isSocket()`
5642 #### `stats.isSocket()`
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md3563 * Feature: add isDirectory, isFile, isSocket, ... methods