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.java127 private long mTime; field in TelephonyEvents.DataConnectionRealTimeInfoEvent
132 mTime = dataConnectionRealTimeInfo.getTime(); in DataConnectionRealTimeInfoEvent()
144 return mTime; in getTime()
155 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/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/
DIStream.h106 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
/external/sqlite/dist/orig/
Dshell.c4142 u16 mTime; member
4178 u16 mTime; member
4216 u32 mTime; /* Extended mtime value */ member
4459 pCDS->mTime = zipfileRead16(aRead); in zipfileReadCDS()
4541 pCsr->mTime = zipfileGetU32(&p[1]); in zipfileCsrReadCDS()
4583 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
4655 t.tm_sec = (pCsr->cds.mTime & 0x1F)*2; in zipfileMtime()
4656 t.tm_min = (pCsr->cds.mTime >> 5) & 0x2F; in zipfileMtime()
4657 t.tm_hour = (pCsr->cds.mTime >> 11) & 0x1F; in zipfileMtime()
4666 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mTime){ in zipfileMtimeToDos() argument
[all …]
/external/sqlite/dist/
Dshell.c4148 u16 mTime; member
4184 u16 mTime; member
4222 u32 mTime; /* Extended mtime value */ member
4465 pCDS->mTime = zipfileRead16(aRead); in zipfileReadCDS()
4547 pCsr->mTime = zipfileGetU32(&p[1]); in zipfileCsrReadCDS()
4589 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
4661 t.tm_sec = (pCsr->cds.mTime & 0x1F)*2; in zipfileMtime()
4662 t.tm_min = (pCsr->cds.mTime >> 5) & 0x2F; in zipfileMtime()
4663 t.tm_hour = (pCsr->cds.mTime >> 11) & 0x1F; in zipfileMtime()
4672 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mTime){ in zipfileMtimeToDos() argument
[all …]
/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/python/cpython2/Misc/
Dcheatsheet1473 aTime, mTime)) of values.