Home
last modified time | relevance | path

Searched defs:mTime (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.h135 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime()
139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime()
DFileStreams.cpp297 …FileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attr… in GetProps()
/external/lzma/CPP/Windows/
DFileIO.cpp386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() in SetTime()
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime()
DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetDirTime()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyEvents.java121 private long mTime; field in TelephonyEvents.DataConnectionRealTimeInfoEvent
/external/ltp/testcases/kernel/io/disktest/
Dsfunc.c171 static pthread_mutex_t mTime = PTHREAD_MUTEX_INITIALIZER; in pMsg() local
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c484 FILETIME mTime; in main() local
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Drfbtightproto.h149 unsigned long mTime; member
156 unsigned long mTime; member
Dfiletransfermsg.c544 CreateFileDownloadZeroSizeDataMsg(unsigned long mTime) in CreateFileDownloadZeroSizeDataMsg()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp144 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime()