HomeSort by relevance Sort by last modified time
    Searched defs:ModTime (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimeValue ModTime = sys::TimeValue::PosixZeroTime();
30 : Buf(std::move(Other.Buf)), ModTime(Other.ModTime), UID(Other.UID),
34 ModTime = Other.ModTime;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ArchiveWriter.h 25 sys::TimePoint<std::chrono::seconds> ModTime;
  /prebuilts/go/darwin-x86/src/os/
types_plan9.go 17 modTime time.Time
23 func (fs *fileStat) ModTime() time.Time { return fs.modTime }
types_unix.go 20 modTime time.Time
26 func (fs *fileStat) ModTime() time.Time { return fs.modTime }
types_windows.go 52 func (fs *fileStat) ModTime() time.Time {
  /prebuilts/go/linux-x86/src/os/
types_plan9.go 17 modTime time.Time
23 func (fs *fileStat) ModTime() time.Time { return fs.modTime }
types_unix.go 20 modTime time.Time
26 func (fs *fileStat) ModTime() time.Time { return fs.modTime }
types_windows.go 52 func (fs *fileStat) ModTime() time.Time {
  /prebuilts/go/darwin-x86/src/archive/tar/
tar_test.go 36 if g, e := h.ModTime, fi.ModTime(); !g.Equal(e) {
37 t.Errorf("ModTime = %v; want %v", g, e)
64 if g, e := h.ModTime, fi.ModTime(); !g.Equal(e) {
65 t.Errorf("ModTime = %v; want %v", g, e)
87 func (symlink) ModTime() time.Time { return time.Time{} }
100 ModTime: time.Now(),
103 hdr.ModTime = hdr.ModTime.Add(-time.Duration(hdr.ModTime.Nanosecond()) * time.Nanosecond
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
tar_test.go 36 if g, e := h.ModTime, fi.ModTime(); !g.Equal(e) {
37 t.Errorf("ModTime = %v; want %v", g, e)
64 if g, e := h.ModTime, fi.ModTime(); !g.Equal(e) {
65 t.Errorf("ModTime = %v; want %v", g, e)
87 func (symlink) ModTime() time.Time { return time.Time{} }
100 ModTime: time.Now(),
103 hdr.ModTime = hdr.ModTime.Add(-time.Duration(hdr.ModTime.Nanosecond()) * time.Nanosecond
    [all...]
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 75 ModuleInfo() : File(), Size(), ModTime() { }
88 time_t ModTime;

Completed in 307 milliseconds

1 2 3 4