Home
last modified time | relevance | path

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

1234

/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/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/ninja/src/
Ddeps_log.cc58 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
Ddisk_interface.cc68 uint64_t mtime = ((uint64_t)filetime.dwHighDateTime << 32) | in TimeStampFromFileTime() local
141 TimeStamp mtime = Stat(dir, &err); in MakeDirs() local
Dbuild_log.h64 TimeStamp mtime; member
Dmanifest_parser_perftest.cc42 TimeStamp mtime = disk_interface.Stat(dir + "/build.ninja", err); in WriteFakeManifests() local
Ddeps_log.h84 TimeStamp mtime; member
Dbuild_log.cc143 TimeStamp mtime) { in RecordCommand()
464 const TimeStamp mtime = disk_interface.Stat(i->second->output, err); in Restat() local
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js22 …options: { persistent?: boolean; interval?: number; }, listener: (curr: { mtime: Date }, prev: { m… property
/third_party/node/deps/npm/node_modules/libnpmpublish/test/util/
Dmock-tarball.js20 mtime: entry.mtime || new Date(0), property
/third_party/node/deps/npm/test/util/
Dmock-tarball.js21 mtime: entry.mtime || new Date(0), property
/third_party/glib/gio/tests/
Dthumbnail-verification.c34 guint64 mtime; /* asserted mtime of @filename */ in test_validity() member
/third_party/python/Lib/
Dgzip.py134 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/
DEumlSimple.cpp167 long mtime(struct timeval& tv1,struct timeval& tv2) in mtime() function
/third_party/boost/libs/msm/doc/HTML/examples/
DEumlSimple.cpp167 long mtime(struct timeval& tv1,struct timeval& tv2) in mtime() function
/third_party/glib/gio/
Dthumbnail-verify.c33 guint64 mtime; member
/third_party/musl/src/network/
Dres_msend.c22 static unsigned long mtime() in mtime() function
/third_party/iowow/src/platform/
Diwp.h124 uint64_t mtime; /**< Time of last modification. */ member
/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/uboot/u-boot-2020.01/fs/btrfs/
Dbtrfs.c32 time_t mtime; in readdir_callback() local
/third_party/python/Lib/urllib/
Drobotparser.py37 def mtime(self): member in RobotFileParser
/third_party/uboot/u-boot-2020.01/include/
Dzfs_common.h86 time_t mtime; member
/third_party/boost/boost/iostreams/filter/
Dgzip.hpp154 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/
Dcrontab.c269 time_t mtime = 0; in do_edit() local

1234