Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-readdir-types.js19 isBlockDevice: constants.UV_DIRENT_BLOCK, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js32 isBlockDevice: function () { method
173 isBlockDevice: function () { method
/third_party/node/lib/internal/fs/
Dutils.js163 isBlockDevice() { method in Dirent
410 StatsBase.prototype.isBlockDevice = function() { method in StatsBase
/third_party/typescript/src/harness/
DvfsUtil.ts1324 public isBlockDevice() { return (this.mode & S_IFMT) === S_IFBLK; } method in Stats