Searched defs:_stat (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_mksstats.h | 32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \ argument 35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \ argument 44 #define SVGA_STATS_COUNT_INC(_sws, _stat) argument 45 #define SVGA_STATS_TIME_PUSH(_sws, _stat) argument
|
/third_party/node/test/sequential/ |
D | test-require-cache-without-stat.js | 37 const _stat = fs.stat; constant
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | fs.c | 67 int _stat(const char *path, struct stat *buf) in _stat() function 114 int _stat(const char *path, struct stat *buf) in _stat() function
|
/third_party/node/deps/npm/node_modules/glob/ |
D | sync.js | 418 GlobSync.prototype._stat = function (f) { method in GlobSync
|
D | glob.js | 710 Glob.prototype._stat = function (f, cb) { method in Glob
|
/third_party/python/Lib/ |
D | shutil.py | 218 def _stat(fn): function
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 123 static int (*_stat)(const char *, struct stat *) = NULL; variable
|
/third_party/freetype/docs/reference/assets/javascripts/lunr/ |
D | wordcut.js | 2488 Glob.prototype._stat = function (f, cb) { method in Glob 2968 GlobSync.prototype._stat = function (f) { method in GlobSync
|
/third_party/node/tools/ |
D | lint-md.mjs | 4062 this._stat = path => statMethod(path, { bigint: true }); function 25208 GlobSync$1.prototype._stat = function (f) { method in GlobSync$1 26114 Glob.prototype._stat = function (f, cb) { method in Glob
|