Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFileStreams.h92 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
135 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() argument
137 return File.SetTime(cTime, aTime, mTime); in SetTime()
139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() argument
DFileStreams.cpp297 …leStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) in GetProps() argument
305 if (mTime) *mTime = info.ftLastWriteTime; in GetProps()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyEvents.java128 private long mTime; field in TelephonyEvents.DataConnectionRealTimeInfoEvent
133 mTime = dataConnectionRealTimeInfo.getTime(); in DataConnectionRealTimeInfoEvent()
145 return mTime; in getTime()
156 mTime); in toJSON()
/external/lzma/CPP/Windows/
DFileIO.cpp386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() in SetTime() argument
387 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); } in SetTime()
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime() argument
DFileIO.h202 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
203 bool SetMTime(const FILETIME *mTime) throw();
DFileDir.h17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetDirTime() argument
99 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime)); in SetDirTime()
/external/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()
/external/lzma/CPP/7zip/
DIStream.h106 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
/external/ltp/testcases/kernel/io/disktest/
Dsfunc.c171 static pthread_mutex_t mTime = PTHREAD_MUTEX_INITIALIZER; in pMsg() local
175 LOCK(mTime); in pMsg()
185 UNLOCK(mTime); in pMsg()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp117 bool SetMTime(const FILETIME *mTime);
147 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime() argument
154 if (!s->SetMTime(mTime)) in SetMTime()
/external/sqlite/dist/
Dshell.c4580 u16 mTime; member
4616 u16 mTime; member
4987 pCDS->mTime = zipfileRead16(aRead); in zipfileReadCDS()
5024 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
5100 int sec = (pCDS->mTime & 0x1F)*2; in zipfileMtime()
5101 int min = (pCDS->mTime >> 5) & 0x3F; in zipfileMtime()
5102 int hr = (pCDS->mTime >> 11) & 0x1F; in zipfileMtime()
5155 pCds->mTime = (u16)(sec/2 + (min<<5) + (hr<<11)); in zipfileMtimeToDos()
5157 pCds->mDate = pCds->mTime = 0; in zipfileMtimeToDos()
5736 zipfileWrite16(a, pCds->mTime); in zipfileSerializeLFH()
[all …]
/external/sqlite/dist/orig/
Dshell.c4575 u16 mTime; member
4611 u16 mTime; member
4982 pCDS->mTime = zipfileRead16(aRead); in zipfileReadCDS()
5019 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
5095 int sec = (pCDS->mTime & 0x1F)*2; in zipfileMtime()
5096 int min = (pCDS->mTime >> 5) & 0x3F; in zipfileMtime()
5097 int hr = (pCDS->mTime >> 11) & 0x1F; in zipfileMtime()
5150 pCds->mTime = (u16)(sec/2 + (min<<5) + (hr<<11)); in zipfileMtimeToDos()
5152 pCds->mDate = pCds->mTime = 0; in zipfileMtimeToDos()
5731 zipfileWrite16(a, pCds->mTime); in zipfileSerializeLFH()
[all …]
/external/python/cpython2/Misc/
Dcheatsheet1473 aTime, mTime)) of values.