/third_party/elfutils/libdw/ |
D | dwarf_linesrc.c | 38 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length) in dwarf_linesrc()
|
D | dwarf_filesrc.c | 38 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, in dwarf_filesrc()
|
/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/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/ninja/src/ |
D | deps_log.cc | 60 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps() 66 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps() 209 TimeStamp mtime; in Load() local
|
D | disk_interface.cc | 70 uint64_t mtime = ((uint64_t)filetime.dwHighDateTime << 32) | in TimeStampFromFileTime() local 143 TimeStamp mtime = Stat(dir, &err); in MakeDirs() local
|
D | build_log.h | 63 TimeStamp mtime; member
|
D | deps_log.h | 83 TimeStamp mtime; member
|
D | manifest_parser_perftest.cc | 47 TimeStamp mtime = disk_interface.Stat(dir + "/build.ninja", err); in WriteFakeManifests() local
|
D | build_log.cc | 145 TimeStamp mtime) { in RecordCommand() 467 const TimeStamp mtime = disk_interface.Stat(i->second->output, err); in Restat() local
|
/third_party/elfutils/libdwfl/ |
D | dwfl_lineinfo.c | 38 Dwarf_Word *mtime, Dwarf_Word *length) in dwfl_lineinfo()
|
/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/musl/libc-test/src/functionalext/supplement/time/ |
D | wcsftime_l.c | 55 struct tm mtime = { in wcsftime_l_0200() local
|
/third_party/node/deps/npm/node_modules/libnpmpublish/test/util/ |
D | mock-tarball.js | 20 mtime: entry.mtime || new Date(0), property
|
/third_party/python/Lib/ |
D | gzip.py | 135 compresslevel=_COMPRESS_LEVEL_BEST, fileobj=None, mtime=None): argument 224 def mtime(self): member in GzipFile 543 def compress(data, compresslevel=_COMPRESS_LEVEL_BEST, *, mtime=None): argument
|
/third_party/node/deps/npm/test/util/ |
D | mock-tarball.js | 21 mtime: entry.mtime || new Date(0), property
|
/third_party/elfutils/tests/ |
D | dwfllines.c | 68 Dwarf_Word mtime; in main() local
|
/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/iowow/src/platform/ |
D | iwp.h | 124 uint64_t mtime; /**< Time of last modification. */ member
|
/third_party/musl/src/network/ |
D | res_msend.c | 22 static unsigned long mtime() in mtime() function
|
/third_party/python/Lib/urllib/ |
D | robotparser.py | 37 def mtime(self): member in RobotFileParser
|
/third_party/toybox/toys/pending/ |
D | crontab.c | 269 time_t mtime = 0; in do_edit() local
|
/third_party/libuv/test/ |
D | test-fs.c | 59 double mtime; member 754 double mtime, in check_utime() 2422 double mtime; in TEST_IMPL() local 2467 double mtime; in TEST_IMPL() local 2539 double mtime; in TEST_IMPL() local 2602 double mtime; in TEST_IMPL() local
|
/third_party/node/lib/ |
D | fs.js | 1388 function utimes(path, atime, mtime, callback) { argument 1400 function utimesSync(path, atime, mtime) { argument 1409 function futimes(fd, atime, mtime, callback) { argument 1420 function futimesSync(fd, atime, mtime) { argument 1429 function lutimes(path, atime, mtime, callback) { argument 1441 function lutimesSync(path, atime, mtime) { argument
|