Searched defs:mtime (Results 1 - 25 of 37) sorted by relevance

12

/external/elfutils/libdw/
H A Ddwarf_linesrc.c59 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length) argument
70 if (mtime != NULL)
71 *mtime = line->files->info[line->file].mtime;
H A Ddwarf_filesrc.c59 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, argument
65 if (mtime != NULL)
66 *mtime = file->info[idx].mtime;
H A Ddwarf_getsrclines.c268 .mtime = 0,
325 get_uleb128 (new_file->info.mtime, linep);
449 Dwarf_Word mtime; local
450 get_uleb128 (mtime, linep);
476 new_file->info.mtime = mtime;
/external/webkit/LayoutTests/http/tests/resources/
H A Dtouch-temp-file.php17 $mtime = $stat['mtime'] + 1; variable
19 if (!touch($tmpFile, $mtime)) {
/external/elfutils/libdwfl/
H A Ddwfl_lineinfo.c55 Dwarf_Word *mtime, Dwarf_Word *length)
71 if (mtime != NULL)
72 *mtime = file->mtime;
54 dwfl_lineinfo(Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, Dwarf_Word *mtime, Dwarf_Word *length) argument
/external/openssh/
H A Dsftp-common.h41 u_int32_t mtime; member in struct:Attrib
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3FileAttributes.java77 public Integer mtime = null; field in class:SFTPv3FileAttributes
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h44 time_t mtime; member in struct:opd_image
/external/oprofile/libop/
H A Dop_sample_file.h31 time_t mtime; member in struct:opd_header
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h65 ULong mtime; member in struct:vg_stat
/external/chromium/chrome/browser/sync/glue/
H A Dsession_change_processor.cc212 const int64 mtime = sync_node.GetModificationTime(); local
214 session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
H A Dsession_model_associator.cc575 int64 mtime,
590 session_window->timestamp = base::Time::FromInternalValue(mtime);
602 const int64 mtime,
616 tab->timestamp = base::Time::FromInternalValue(mtime);
572 PopulateSessionWindowFromSpecifics( const std::string& foreign_session_tag, const sync_pb::SessionWindow& specifics, int64 mtime, SessionWindow* session_window, ForeignSessionTracker* tracker) argument
600 PopulateSessionTabFromSpecifics( const sync_pb::SessionTab& specifics, const int64 mtime, SessionTab* tab) argument
/external/oprofile/daemon/
H A Dopd_events.c153 int spu_samples, uint64_t embed_offset, time_t mtime)
167 header->mtime = mtime;
150 fill_header(struct opd_header * header, unsigned long counter, vma_t anon_start, vma_t cg_to_anon_start, int is_kernel, int cg_to_is_kernel, int spu_samples, uint64_t embed_offset, time_t mtime) argument
/external/dbus/dbus/
H A Ddbus-sysdeps.h389 unsigned long mtime; /**< Modify time */ member in struct:__anon5047
/external/kernel-headers/original/linux/
H A Dstat.h69 struct timespec mtime; member in struct:kstat
/external/qemu/block/
H A Dcow.c39 int32_t mtime; member in struct:cow_header_v2
247 /* Note: if no file, we put a dummy mtime */
248 cow_header.mtime = cpu_to_be32(0);
260 cow_header.mtime = cpu_to_be32(st.st_mtime);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c62 static double mtime(void) function
309 t2 = mtime();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c62 static double mtime(void) function
309 t2 = mtime();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c62 static double mtime(void) function
309 t2 = mtime();
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py186 def mtime(self, path): member in class:FileSystem
H A Dfilesystem_mock.py186 def mtime(self, path): member in class:MockFileSystem
/external/jhead/
H A Dmain.c143 struct utimbuf mtime; local
146 mtime.actime = buf.st_mtime;
147 mtime.modtime = buf.st_mtime;
149 utime(filename, &mtime);
/external/zlib/src/contrib/untgz/
H A Duntgz.c75 char mtime[12]; /* 136 */ member in struct:tar_header
431 tartime = (time_t)getoct(buffer.header.mtime,12);
/external/clang/lib/Lex/
H A DPTHLexer.cpp630 const time_t mtime; member in class:__anon3675::PTHStatData
634 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {}
637 : hasStat(false), ino(0), dev(0), mode(0), mtime(0), size(0) {}
664 time_t mtime = (time_t) ReadUnalignedLE64(d); local
665 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d));
700 StatBuf.st_mtime = Data.mtime;
/external/dbus/bus/
H A Dactivation.c74 unsigned long mtime; member in struct:__anon4933
447 entry->mtime = stat_buf.mtime;
512 if (stat_buf.mtime > entry->mtime)
2469 _dbus_sleep_milliseconds (1000); /* Sleep a second to make sure the mtime is updated */

Completed in 579 milliseconds

12