Home
last modified time | relevance | path

Searched refs:isCharacterDevice (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readdir-types.js20 isCharacterDevice: constants.UV_DIRENT_CHAR, property
45 assert.strictEqual(dirent.isCharacterDevice(), false);
Dtest-fs-stat-bigint.js41 bigintStats.isCharacterDevice(),
42 numStats.isCharacterDevice()
Dtest-fs-stat.js77 assert.strictEqual(s.isCharacterDevice(), false);
Dtest-fs-opendir.js27 assert.strictEqual(dirent.isCharacterDevice(), false);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js37 isCharacterDevice: function () { method
178 isCharacterDevice: function () { method
/third_party/node/lib/internal/fs/
Dutils.js167 isCharacterDevice() { method in Dirent
414 StatsBase.prototype.isCharacterDevice = function() { method in StatsBase
/third_party/node/deps/npm/node_modules/copy-concurrently/
Dcopy.js111 } else if (fromStat.isCharacterDevice()) {
/third_party/typescript/src/tsserver/
DnodeServer.ts101 isCharacterDevice(): boolean;
/third_party/typescript/src/harness/
DvfsUtil.ts1325 public isCharacterDevice() { return (this.mode & S_IFMT) === S_IFCHR; } method in Stats
/third_party/node/doc/api/
Dfs.md5248 #### `dirent.isCharacterDevice()`
5601 #### `stats.isCharacterDevice()`