Home
last modified time | relevance | path

Searched defs:isFIFO (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readdir-types.js22 isFIFO: constants.UV_DIRENT_FIFO, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js47 isFIFO: function () { method
188 isFIFO: function () { method
/third_party/node/lib/internal/fs/
Dutils.js175 isFIFO() { method in Dirent
422 StatsBase.prototype.isFIFO = function() { method in StatsBase
/third_party/typescript/src/harness/
DvfsUtil.ts1326 public isFIFO() { return (this.mode & S_IFMT) === S_IFIFO; } method in Stats