/third_party/node/test/parallel/ |
D | test-fs-utimes.js | 48 function check_mtime(resource, mtime, statSync) { argument 62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | write-entry.js | 164 mtime: this.noMtime ? null : this.mtime || this.stat.mtime, property 177 mtime: this.noMtime ? null : this.mtime || this.header.mtime, property 458 mtime: this.noMtime ? null : this.mtime, property 470 mtime: this.noMtime ? null : this.mtime, property
|
D | pax.js | 51 mtime: this.mtime || null, property
|
/third_party/ninja/src/ |
D | deps_log.cc | 58 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps() 64 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps() 207 TimeStamp mtime; in Load() local
|
D | disk_interface.cc | 68 uint64_t mtime = ((uint64_t)filetime.dwHighDateTime << 32) | in TimeStampFromFileTime() local 141 TimeStamp mtime = Stat(dir, &err); in MakeDirs() local
|
D | build_log.h | 64 TimeStamp mtime; member
|
D | manifest_parser_perftest.cc | 42 TimeStamp mtime = disk_interface.Stat(dir + "/build.ninja", err); in WriteFakeManifests() local
|
D | deps_log.h | 84 TimeStamp mtime; member
|
D | build_log.cc | 143 TimeStamp mtime) { in RecordCommand() 464 const TimeStamp mtime = disk_interface.Stat(i->second->output, err); in Restat() local
|
/third_party/typescript/tests/baselines/reference/ |
D | APISample_watcher.js | 22 …options: { persistent?: boolean; interval?: number; }, listener: (curr: { mtime: Date }, prev: { m… property
|
/third_party/node/deps/npm/node_modules/libnpmpublish/test/util/ |
D | mock-tarball.js | 20 mtime: entry.mtime || new Date(0), property
|
/third_party/node/deps/npm/test/util/ |
D | mock-tarball.js | 21 mtime: entry.mtime || new Date(0), property
|
/third_party/glib/gio/tests/ |
D | thumbnail-verification.c | 34 guint64 mtime; /* asserted mtime of @filename */ in test_validity() member
|
/third_party/python/Lib/ |
D | gzip.py | 134 compresslevel=_COMPRESS_LEVEL_BEST, fileobj=None, mtime=None): argument 223 def mtime(self): member in GzipFile 542 def compress(data, compresslevel=_COMPRESS_LEVEL_BEST, *, mtime=None): argument
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | EumlSimple.cpp | 167 long mtime(struct timeval& tv1,struct timeval& tv2) in mtime() function
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | EumlSimple.cpp | 167 long mtime(struct timeval& tv1,struct timeval& tv2) in mtime() function
|
/third_party/glib/gio/ |
D | thumbnail-verify.c | 33 guint64 mtime; member
|
/third_party/musl/src/network/ |
D | res_msend.c | 22 static unsigned long mtime() in mtime() function
|
/third_party/iowow/src/platform/ |
D | iwp.h | 124 uint64_t mtime; /**< Time of last modification. */ member
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 155 utimes(atime, mtime) { argument 644 async function utimes(path, atime, mtime) { argument 652 async function futimes(handle, atime, mtime) { argument 658 async function lutimes(path, atime, mtime) { argument
|
/third_party/uboot/u-boot-2020.01/fs/btrfs/ |
D | btrfs.c | 32 time_t mtime; in readdir_callback() local
|
/third_party/python/Lib/urllib/ |
D | robotparser.py | 37 def mtime(self): member in RobotFileParser
|
/third_party/uboot/u-boot-2020.01/include/ |
D | zfs_common.h | 86 time_t mtime; member
|
/third_party/boost/boost/iostreams/filter/ |
D | gzip.hpp | 154 std::time_t mtime; member 339 std::time_t mtime() const { return mtime_; } in mtime() function in boost::iostreams::detail::gzip_header 561 std::time_t mtime() const { return header_.mtime(); } in mtime() function in boost::iostreams::basic_gzip_decompressor
|
/third_party/toybox/toys/pending/ |
D | crontab.c | 269 time_t mtime = 0; in do_edit() local
|