Home
last modified time | relevance | path

Searched refs:mTime (Results 1 – 14 of 14) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DFileStreams.h105 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
145 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) in SetTime() argument
147 return File.SetTime(cTime, aTime, mTime); in SetTime()
149 bool SetMTime(const CFiTime *mTime) { return File.SetMTime(mTime); } in SetMTime() argument
DFileStreams.cpp326 …leStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) in GetProps() argument
340 if (mTime) *mTime = info.ftLastWriteTime; in GetProps()
461 …leStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) in GetProps() argument
475 if (mTime) FiTime_To_FILETIME (ST_MTIME(st), *mTime); in GetProps()
/third_party/lzma/CPP/Windows/
DFileIO.cpp533 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() in SetTime() argument
534 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); } in SetTime()
536 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() argument
626 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
872 bool COutFile::SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw() in SetTime() argument
879 if (mTime) { MTime = *mTime; MTime_defined = true; } else MTime_defined = false; in SetTime()
896 bool COutFile::SetMTime(const CFiTime *mTime) throw() in SetMTime() argument
898 if (mTime) { MTime = *mTime; MTime_defined = true; } else MTime_defined = false; in SetMTime()
DFileIO.h262 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw();
263 bool SetMTime(const CFiTime *mTime) throw();
366 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw();
367 bool SetMTime(const CFiTime *mTime) throw();
DFileDir.cpp112 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) in SetDirTime() argument
139 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime)); in SetDirTime()
950 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) in SetDirTime() argument
997 needChange |= FiTime_To_timespec(mTime, times[1]); in SetDirTime()
DFileDir.h22 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c495 FILETIME mTime; in main() local
496 mTime.dwLowDateTime = t->Low; in main()
497 mTime.dwHighDateTime = t->High; in main()
498 SetFileTime(outFile.handle, NULL, NULL, &mTime); in main()
/third_party/lzma/CPP/7zip/
DIStream.h115 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
/third_party/lzma/C/Util/7z/
D7zMain.c400 static WRes Set_File_FILETIME(const UInt16 *name, const FILETIME *mTime) in Set_File_FILETIME() argument
412 FILETIME_To_timespec(mTime, &times[1]); in Set_File_FILETIME()
/third_party/typescript/src/server/
DeditorServices.ts612 return !info.isScriptOpen() && info.mTime !== undefined;
2654 info.mTime = this.getModifiedTime(info);
2746 const mTime = this.getModifiedTime(info); constant
2747 if (mTime !== info.mTime) {
2748 const eventKind = getFileWatcherEventKind(info.mTime!, mTime);
2749 info.mTime = mTime;
DscriptInfo.ts315 mTime?: number;
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp106 bool SetMTime(const CFiTime *mTime);
136 bool COutMultiVolStream::SetMTime(const CFiTime *mTime) in SetMTime() argument
143 if (!s->SetMTime(mTime)) in SetMTime()
/third_party/sqlite/src/
Dshell.c7052 u16 mTime; member
7088 u16 mTime; member
7462 pCDS->mTime = zipfileRead16(aRead); in zipfileReadCDS()
7499 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
7575 sec = (pCDS->mTime & 0x1F)*2; in zipfileMtime()
7576 min = (pCDS->mTime >> 5) & 0x3F; in zipfileMtime()
7577 hr = (pCDS->mTime >> 11) & 0x1F; in zipfileMtime()
7620 pCds->mTime = (u16)(sec/2 + (min<<5) + (hr<<11)); in zipfileMtimeToDos()
7622 pCds->mDate = pCds->mTime = 0; in zipfileMtimeToDos()
8206 zipfileWrite16(a, pCds->mTime); in zipfileSerializeLFH()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp151884 double mTime; member in ProfilerMarker
163106 double mTime; member
169227 mTime(aTime), in DOMIntersectionObserverEntry()
169251 return mTime; in Time()
169286 DOMHighResTimeStamp mTime; member in mozilla::dom::DOMIntersectionObserverEntry