Home
last modified time | relevance | path

Searched defs:_stat (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_mksstats.h32 #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/
Dtest-require-cache-without-stat.js37 const _stat = fs.stat; constant
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dfs.c67 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/test/parallel/
Dtest-vfs.js43 Module._stat = function(filename) { function in Module
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/glob/
Dsync.js418 GlobSync.prototype._stat = function (f) { method in GlobSync
Dglob.js710 Glob.prototype._stat = function (f, cb) { method in Glob
/third_party/node/deps/npm/node_modules/rimraf/node_modules/glob/
Dsync.js418 GlobSync.prototype._stat = function (f) { method in GlobSync
Dglob.js710 Glob.prototype._stat = function (f, cb) { method in Glob
/third_party/node/lib/internal/modules/cjs/
Dloader.js194 let _stat = stat; variable
/third_party/python/Lib/
Dshutil.py218 def _stat(fn): function
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp64 CXzStatInfo _stat; // it's stat from backward parsing member in NArchive::NXz::CHandler
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp409 CDirItemsStat *_stat; member
/third_party/pulseaudio/src/utils/
Dpadsp.c123 static int (*_stat)(const char *, struct stat *) = NULL; variable