Home
last modified time | relevance | path

Searched defs:mtime (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/elfutils/libdw/
Ddwarf_linesrc.c38 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length) in dwarf_linesrc()
Ddwarf_filesrc.c38 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, in dwarf_filesrc()
/third_party/ninja/src/
Dbuild_log.cc119 int start_time, int end_time, TimeStamp mtime) in LogEntry()
145 TimeStamp mtime) { in RecordCommand()
313 TimeStamp mtime = 0; in Load() local
469 const TimeStamp mtime = disk_interface.Stat(i->second->output, err); in Restat() local
Ddeps_log.cc60 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
Ddisk_interface.cc71 uint64_t mtime = ((uint64_t)filetime.dwHighDateTime << 32) | in TimeStampFromFileTime() local
145 TimeStamp mtime = Stat(dir, &err); in MakeDirs() local
Dbuild_log.h63 TimeStamp mtime; member
Ddeps_log.h83 TimeStamp mtime; member
Dmanifest_parser_perftest.cc47 TimeStamp mtime = disk_interface.Stat(dir + "/build.ninja", err); in WriteFakeManifests() local
Dtest.h73 int mtime; member
Dclean.cc44 TimeStamp mtime = disk_interface_->Stat(path, &err); in FileExists() local
/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js179 mtime: this.noMtime ? null : this.mtime || this.stat.mtime, property
192 mtime: this.noMtime ? null : this.mtime || this.header.mtime, property
476 mtime: this.noMtime ? null : this.mtime, property
495 mtime: this.noMtime ? null : this.mtime, property
Dpax.js51 mtime: this.mtime || null, property
/third_party/node/test/parallel/
Dtest-fs-utimes.js48 function check_mtime(resource, mtime, statSync) { argument
62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
Dtest-fs-stat-date.mjs46 async function runTest(atime, mtime, margin = 0) { argument
/third_party/python/Lib/
Dgzip.py135 compresslevel=_COMPRESS_LEVEL_BEST, fileobj=None, mtime=None): argument
224 def mtime(self): member in GzipFile
556 mtime = None) -> bytes: argument
576 def compress(data, compresslevel=_COMPRESS_LEVEL_BEST, *, mtime=None): argument
/third_party/elfutils/libdwfl/
Ddwfl_lineinfo.c38 Dwarf_Word *mtime, Dwarf_Word *length) in dwfl_lineinfo()
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dtar-create-options.js28 mtime: new Date('1985-10-26T08:15:00.000Z'), property
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js23 …options: { persistent?: boolean; interval?: number; }, listener: (curr: { mtime: Date }, prev: { m… property
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dwcsftime_l.c55 struct tm mtime = { in wcsftime_l_0200() local
/third_party/node/deps/npm/lib/utils/
Dupdate-notifier.js94 const st = await stat(lastCheckedFile(npm)).catch(() => ({ mtime: t - 1 })) property
/third_party/elfutils/tests/
Ddwfllines.c68 Dwarf_Word mtime; in main() local
/third_party/node/lib/internal/fs/
Dpromises.js195 utimes(atime, mtime) { argument
943 async function utimes(path, atime, mtime) { argument
951 async function futimes(handle, atime, mtime) { argument
957 async function lutimes(path, atime, mtime) { argument
/third_party/musl/porting/linux/user/src/network/
Dres_msend.c23 static unsigned long mtime() in mtime() function
/third_party/python/Lib/urllib/
Drobotparser.py37 def mtime(self): member in RobotFileParser
/third_party/toybox/toys/pending/
Dcrontab.c269 time_t mtime = 0; in do_edit() local

1234