Home
last modified time | relevance | path

Searched defs:mtime (Results 1 – 25 of 79) 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/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js164 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
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
/third_party/ninja/src/
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.cc70 uint64_t mtime = ((uint64_t)filetime.dwHighDateTime << 32) | in TimeStampFromFileTime() local
143 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
Dbuild_log.cc145 TimeStamp mtime) { in RecordCommand()
467 const TimeStamp mtime = disk_interface.Stat(i->second->output, err); in Restat() local
/third_party/elfutils/libdwfl/
Ddwfl_lineinfo.c38 Dwarf_Word *mtime, Dwarf_Word *length) in dwfl_lineinfo()
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js22 …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/node_modules/libnpmpublish/test/util/
Dmock-tarball.js20 mtime: entry.mtime || new Date(0), property
/third_party/python/Lib/
Dgzip.py135 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/
Dmock-tarball.js21 mtime: entry.mtime || new Date(0), property
/third_party/elfutils/tests/
Ddwfllines.c68 Dwarf_Word mtime; in main() local
/third_party/node/lib/internal/fs/
Dpromises.js155 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/
Diwp.h124 uint64_t mtime; /**< Time of last modification. */ member
/third_party/musl/src/network/
Dres_msend.c22 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
/third_party/libuv/test/
Dtest-fs.c59 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/
Dfs.js1388 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

1234