Searched defs:isBlockDevice (Results 1 – 4 of 4) sorted by relevance
19 isBlockDevice: constants.UV_DIRENT_BLOCK, property
32 isBlockDevice: function () { method173 isBlockDevice: function () { method
163 isBlockDevice() { method in Dirent410 StatsBase.prototype.isBlockDevice = function() { method in StatsBase
1324 public isBlockDevice() { return (this.mode & S_IFMT) === S_IFBLK; } method in Stats