Home
last modified time | relevance | path

Searched defs:fstatSync (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readfile-zero-byte-liar.js44 fs.fstatSync = (fd) => { function in fs
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js411 fstatSync: function (...args) { method
/third_party/node/lib/
Dfs.js1104 function fstatSync(fd, options = { bigint: false, throwIfNoEntry: true }) { function