Searched defs:mTime (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 135 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()
|
D | FileStreams.cpp | 297 …FileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attr… in GetProps()
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 386 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()
|
D | FileDir.cpp | 72 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/ |
D | TelephonyEvents.java | 121 private long mTime; field in TelephonyEvents.DataConnectionRealTimeInfoEvent
|
/external/ltp/testcases/kernel/io/disktest/ |
D | sfunc.c | 171 static pthread_mutex_t mTime = PTHREAD_MUTEX_INITIALIZER; in pMsg() local
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 484 FILETIME mTime; in main() local
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | rfbtightproto.h | 149 unsigned long mTime; member 156 unsigned long mTime; member
|
D | filetransfermsg.c | 544 CreateFileDownloadZeroSizeDataMsg(unsigned long mTime) in CreateFileDownloadZeroSizeDataMsg()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 144 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime()
|