Home
last modified time | relevance | path

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

/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.h272 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw();
273 bool SetMTime(const CFiTime *mTime) throw();
379 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw();
380 bool SetMTime(const CFiTime *mTime) throw();
DFileDir.cpp121 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) in SetDirTime() argument
148 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime)); in SetDirTime()
1045 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) in SetDirTime() argument
1092 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/CPP/7zip/Common/
DFileStreams.h157 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
159 return File.SetTime(cTime, aTime, mTime);
161 bool SetMTime(const CFiTime *mTime) { return File.SetMTime(mTime); }
DFileStreams.cpp331 …eStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib)) in Z7_COM7F_IMF() argument
347 if (mTime) *mTime = info.ftLastWriteTime; in Z7_COM7F_IMF()
472 …eStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib)) in Z7_COM7F_IMF() argument
488 if (mTime) FiTime_To_FILETIME (ST_MTIME(st), *mTime); in Z7_COM7F_IMF()
DMultiOutStream.cpp528 bool CMultiOutStream::SetMTime_Final(const CFiTime &mTime) in SetMTime_Final() argument
531 if (!FinalVol_WasReopen && MTime_Defined && Compare_FiTime(&MTime, &mTime) == 0) in SetMTime_Final()
539 if (!s.StreamSpec->SetMTime(&mTime)) in SetMTime_Final()
544 if (!SetDirTime(GetFilePath(i), NULL, NULL, &mTime)) in SetMTime_Final()
DMultiOutStream.h150 bool SetMTime_Final(const CFiTime &mTime);
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c511 FILETIME mTime; in main() local
512 mTime.dwLowDateTime = t->Low; in main()
513 mTime.dwHighDateTime = t->High; in main()
514 SetFileTime(outFile.handle, NULL, NULL, &mTime); in main()
/third_party/lzma/CPP/7zip/
DIStream.h115 x(GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
/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/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