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 | 128 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 | 495 FILETIME mTime; in main() local
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 147 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime()
|
/external/sqlite/dist/orig/ |
D | shell.c | 4575 u16 mTime; member 4611 u16 mTime; member 5919 u32 mTime = 0; /* Modification time for new entry */ in zipfileUpdate() local
|
/external/sqlite/dist/ |
D | shell.c | 4580 u16 mTime; member 4616 u16 mTime; member 5924 u32 mTime = 0; /* Modification time for new entry */ in zipfileUpdate() local
|