Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dlink.js4 var lstatSync = require('fs').lstatSync variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js488 lstatSync: function (...args) { method
/third_party/node/lib/
Dfs.js1112 function lstatSync(path, options = { bigint: false, throwIfNoEntry: true }) { function