/third_party/lzma/CPP/Windows/ |
D | FileIO.cpp | 533 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()
|
D | FileIO.h | 272 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();
|
D | FileDir.cpp | 121 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()
|
D | FileDir.h | 22 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
|
/third_party/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 157 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); }
|
D | FileStreams.cpp | 331 …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()
|
D | MultiOutStream.cpp | 528 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()
|
D | MultiOutStream.h | 150 bool SetMTime_Final(const CFiTime &mTime);
|
/third_party/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 511 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/ |
D | IStream.h | 115 x(GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 400 static WRes Set_File_FILETIME(const UInt16 *name, const FILETIME *mTime) in Set_File_FILETIME() argument 412 FILETIME_To_timespec(mTime, ×[1]); in Set_File_FILETIME()
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 612 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;
|
D | scriptInfo.ts | 315 mTime?: number;
|
/third_party/sqlite/src/ |
D | shell.c | 7052 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/ |
D | stylo.hpp | 151884 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
|