/third_party/node/test/parallel/ |
D | test-vfs.js | 20 strictEqual(Module._stat(directory), 1); 21 ok(Module._stat(doesNotExist) < 0); 22 strictEqual(Module._stat(file), 0); 28 ok(Module._stat(vfsDirectory) < 0); 29 ok(Module._stat(vfsDoesNotExist) < 0); 30 ok(Module._stat(vfsFile) < 0); 42 const originalStat = Module._stat; 43 Module._stat = function(filename) { function in Module 78 strictEqual(Module._stat(directory), 1); 79 ok(Module._stat(doesNotExist) < 0); [all …]
|
D | test-module-stat.js | 20 strictEqual(Module._stat(directory), 1); // Returns 1 for directories. 21 strictEqual(Module._stat(file), 0); // Returns 0 for files. 22 ok(Module._stat(doesNotExist) < 0); // Returns a negative integer for any other kind of strings.
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_mksstats.h | 32 #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/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 64 CXzStatInfo _stat; // it's stat from backward parsing member in NArchive::NXz::CHandler 72 if (_stat_defined) return &_stat; in GetStat() 353 …case kpidClusterSize: if (_stat_defined && _stat.NumBlocks_Defined && stat->NumBlocks > 1) prop = … in GetArchiveProperty() 554 RINOK(inStream->Seek(0, STREAM_SEEK_END, &_stat.InSize)); in Open2() 557 RINOK(callback->SetTotal(NULL, &_stat.InSize)); in Open2() 590 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p); in Open2() 591 _stat.UnpackSize_Defined = true; in Open2() 593 _stat.NumStreams = xzs.p.num; in Open2() 594 _stat.NumStreams_Defined = true; in Open2() 596 _stat.NumBlocks = Xzs_GetNumBlocks(&xzs.p); in Open2() [all …]
|
/third_party/node/test/sequential/ |
D | test-require-cache-without-stat.js | 37 const _stat = fs.stat; constant 46 return _stat.apply(this, arguments);
|
/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/lib/internal/modules/cjs/ |
D | loader.js | 194 let _stat = stat; variable 197 get() { return _stat; }, 200 _stat = stat; 470 const rc = _stat(requestPath); 633 if (insidePath && curPath && _stat(curPath) < 1) continue; 644 const rc = _stat(basePath);
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.h | 75 PROTOBUF_EXPORT int stat(const char* path, struct _stat* buffer);
|
D | io_win32.cc | 308 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/ |
D | md5hl.c | 46 #define stat _stat
|
/third_party/python/Lib/ |
D | stat.py | 193 from _stat import *
|
D | shutil.py | 218 def _stat(fn): function 239 st = _stat(fn) 304 stat_func, chmod_func = _stat, os.chmod 839 st = _stat(src)
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/glob/ |
D | sync.js | 237 this._stat(e) 390 var exists = this._stat(prefix)
|
/third_party/node/deps/npm/node_modules/rimraf/node_modules/glob/ |
D | sync.js | 237 this._stat(e) 390 var exists = this._stat(prefix)
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 268 … this._scan(path, this._stat(this._walk(path)), axis, traversal, /*noFollow*/ false, results); 281 …this._scan(path, this._stat(this._walk(path, /*noFollow*/ true)), axis, traversal, /*noFollow*/ tr… 295 const stats = this._stat(this._walk(dirname, noFollow)); 308 const stats = this._stat(this._walk(childpath, noFollow)); 433 return this._stat(this._walk(this._resolve(path))); 462 return this._stat(this._walk(this._resolve(path), /*noFollow*/ true)); 466 private _stat(entry: WalkResult) {
|
/third_party/curl/lib/ |
D | curl_multibyte.c | 155 return _stat(path, buffer); in curlx_win32_stat()
|
D | curl_setup.h | 389 # define struct_stat struct _stat
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
D | randfile.c | 40 # define stat _stat
|
/third_party/openssl/crypto/rand/ |
D | randfile.c | 40 # define stat _stat
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | by_dir.c | 327 # define stat _stat in get_cert_by_subject_ex()
|
/third_party/openssl/crypto/x509/ |
D | by_dir.c | 327 # define stat _stat in get_cert_by_subject_ex()
|
/third_party/rust/crates/rustix/src/io/ |
D | procfs.rs | 288 .map(|(owned, _stat)| owned.as_fd()) in proc_self_fd()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 409 CDirItemsStat *_stat; member 417 _stat(stat), in CUpdateProduceCallbackImp() 428 CDirItemsStat &stat = *_stat; in ShowDeleteFile()
|
/third_party/icu/tools/colprobe/ |
D | colprobeNew.cpp | 64 struct _stat myStat; in createDir() 65 int result = _stat(dirName, &myStat); in createDir()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1963 typedef struct _stat StatStruct; 1989 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|