Searched defs:isCharacterDevice (Results 1 – 4 of 4) sorted by relevance
20 isCharacterDevice: constants.UV_DIRENT_CHAR, property
37 isCharacterDevice: function () { method178 isCharacterDevice: function () { method
167 isCharacterDevice() { method in Dirent414 StatsBase.prototype.isCharacterDevice = function() { method in StatsBase
1325 public isCharacterDevice() { return (this.mode & S_IFMT) === S_IFCHR; } method in Stats