Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js421 return this._checkModeProperty(S_IFDIR);
425 return this._checkModeProperty(S_IFREG);
429 return this._checkModeProperty(S_IFBLK);
433 return this._checkModeProperty(S_IFCHR);
437 return this._checkModeProperty(S_IFLNK);
441 return this._checkModeProperty(S_IFIFO);
445 return this._checkModeProperty(S_IFSOCK);
495 BigIntStats.prototype._checkModeProperty = function(property) { method in BigIntStats
525 Stats.prototype._checkModeProperty = function(property) { method in Stats