Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-readdir-types.js19 isBlockDevice: constants.UV_DIRENT_BLOCK, property
44 assert.strictEqual(dirent.isBlockDevice(), false);
Dtest-fs-stat-bigint.js37 bigintStats.isBlockDevice(),
38 numStats.isBlockDevice()
Dtest-fs-stat.js76 assert.strictEqual(s.isBlockDevice(), false);
Dtest-fs-opendir.js26 assert.strictEqual(dirent.isBlockDevice(), false);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js32 isBlockDevice: function () { method
173 isBlockDevice: function () { method
/third_party/node/lib/internal/fs/
Dutils.js163 isBlockDevice() { method in Dirent
410 StatsBase.prototype.isBlockDevice = function() { method in StatsBase
/third_party/node/deps/npm/node_modules/copy-concurrently/
Dcopy.js109 } else if (fromStat.isBlockDevice()) {
/third_party/typescript/src/tsserver/
DnodeServer.ts100 isBlockDevice(): boolean;
/third_party/typescript/src/harness/
DvfsUtil.ts1324 public isBlockDevice() { return (this.mode & S_IFMT) === S_IFBLK; } method in Stats
/third_party/node/doc/api/
Dfs.md5239 #### `dirent.isBlockDevice()`
5592 #### `stats.isBlockDevice()`