Searched defs:isFIFO (Results 1 – 4 of 4) sorted by relevance
22 isFIFO: constants.UV_DIRENT_FIFO, property
47 isFIFO: function () { method188 isFIFO: function () { method
175 isFIFO() { method in Dirent422 StatsBase.prototype.isFIFO = function() { method in StatsBase
1326 public isFIFO() { return (this.mode & S_IFMT) === S_IFIFO; } method in Stats