Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 25 of 44) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_mksstats.h32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \ argument
33 _sws->stats_inc(_sws, _stat);
35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \ argument
37 _sws->stats_time_push(_sws, _stat, &timeFrame);
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
46 return _stat.apply(this, arguments);
/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/protobuf/src/google/protobuf/io/
Dio_win32.h75 PROTOBUF_EXPORT int stat(const char* path, struct _stat* buffer);
Dio_win32.cc308 int stat(const char* path, struct _stat* buffer) { in stat()
317 return ::_stat(path, buffer); in stat()
/third_party/typescript/src/harness/
DvfsUtil.ts269 … this._scan(path, this._stat(this._walk(path)), axis, traversal, /*noFollow*/ false, results);
282 …this._scan(path, this._stat(this._walk(path, /*noFollow*/ true)), axis, traversal, /*noFollow*/ tr…
296 const stats = this._stat(this._walk(dirname, noFollow));
309 const stats = this._stat(this._walk(childpath, noFollow));
434 return this._stat(this._walk(this._resolve(path)));
463 return this._stat(this._walk(this._resolve(path), /*noFollow*/ true));
467 private _stat(entry: WalkResult) {
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c46 #define stat _stat
/third_party/libjpeg-turbo/md5/
Dmd5hl.c50 #define stat _stat
/third_party/node/deps/npm/node_modules/glob/
Dsync.js237 this._stat(e)
390 var exists = this._stat(prefix)
Dglob.js675 this._stat(prefix, function (er, exists) {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Ddevfs.dart75 void _stat() {
112 _stat();
121 _stat();
133 _stat();
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c46 #define stat _stat
/third_party/python/Lib/
Dstat.py193 from _stat import *
Dshutil.py218 def _stat(fn): function
239 st = _stat(fn)
304 stat_func, chmod_func = _stat, os.chmod
839 st = _stat(src)
/third_party/openssl/crypto/rand/
Drandfile.c40 # define stat _stat
/third_party/openssl/crypto/x509/
Dby_dir.c327 # define stat _stat in get_cert_by_subject_ex()
/third_party/rust/crates/rustix/src/io/
Dprocfs.rs288 .map(|(owned, _stat)| owned.as_fd()) in proc_self_fd()
/third_party/pulseaudio/src/utils/
Dpadsp.c123 static int (*_stat)(const char *, struct stat *) = NULL; variable
205 if (!_stat) \
206 _stat = (int (*)(const char *, struct stat *)) dlsym_fn(RTLD_NEXT, "stat"); \
2497 return _stat(pathname, buf);
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1963 typedef struct _stat StatStruct;
1989 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp64 struct _stat myStat; in createDir()
65 int result = _stat(dirName, &myStat); in createDir()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c54 #define stat _stat
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1987 typedef struct _stat StatStruct;
2013 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/third_party/python/Modules/
DSetup118 _stat _stat.c # stat.h interface
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h189 struct _stat _s;
/third_party/openssl/providers/implementations/storemgmt/
Dfile_store.c37 # define stat _stat

12