Home
last modified time | relevance | path

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

123

/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp97 struct _stat s; in open_or_create_and_lock_file()
98 if(0 == _stat(name, &s)){ in open_or_create_and_lock_file()
127 struct _stat s; in is_valid_fd()
135 struct _stat s; in is_normal_file()
143 struct _stat s; in get_size()
/third_party/boost/libs/nowide/test/
Dtest_stat.cpp28 struct _stat stdStat; in test_main()
46 struct _stat stdStat; in test_main()
60 struct _stat stdStat; in test_main()
/third_party/grpc/src/core/lib/gprpp/
Dstat_windows.cc34 struct _stat buf; in GetFileModificationTime()
35 if (_stat(filename, &buf) != 0) { in GetFileModificationTime()
/third_party/node/test/sequential/
Dtest-require-cache-without-stat.js37 const _stat = fs.stat; constant
46 return _stat.apply(this, arguments);
/third_party/mingw-w64/mingw-w64-headers/crt/
D_mingw_stat64.h5 #define _stat _stat32 macro
19 #define _stat _stat64i32 macro
/third_party/boost/boost/nowide/
Dstat.hpp35 typedef struct ::_stat posix_stat_t;
/third_party/mingw-w64/mingw-w64-headers/crt/sys/
Dstat.h178 return _stat(_Filename, (struct _stat *)_Stat); in stat()
182 return _wstat(_Filename, (struct _stat *)_Stat); in wstat()
/third_party/e2fsprogs/include/nonunix/
Dunistd.h18 #define stat _stat
/third_party/uboot/u-boot-2020.01/drivers/reset/
Dsti-reset.c92 #define STIH407_PDN_ETH(_bit, _stat) \ argument
93 _SYSCFG_RST_CH(stih407_sbc_reg, SYSCFG_4032, _bit, SYSSTAT_4520, _stat)
/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/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c46 #define stat _stat
/third_party/python/Lib/
Dstat.py193 from _stat import *
Dshutil.py228 def _stat(fn): function
249 st = _stat(fn)
305 stat_func, chmod_func = _stat, os.chmod
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c46 #define stat _stat
/third_party/curl/lib/
Dcurl_multibyte.c153 return _stat(path, buffer); in curlx_win32_stat()
Dcurl_setup.h372 # define struct_stat struct _stat
/third_party/node/deps/npm/node_modules/glob/
Dsync.js237 this._stat(e)
390 var exists = this._stat(prefix)
/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/flutter/flutter/packages/flutter_tools/lib/src/
Ddevfs.dart75 void _stat() {
112 _stat();
121 _stat();
133 _stat();
/third_party/openssl/crypto/rand/
Drandfile.c32 # define stat _stat
/third_party/boringssl/src/crypto/x509/
Dby_dir.c366 # define stat _stat in get_cert_by_subject()
/third_party/openssl/crypto/x509/
Dby_dir.c307 # define stat _stat in get_cert_by_subject()
/third_party/mingw-w64/mingw-w64-crt/lib-common/
Dmsvcrt.def.in999 _stat
1002 F32(_stat32 == _stat)
1003 F64(_stat64i32 == _stat)
/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);

123