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 | 127 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 | 4142 u16 mTime; member 4178 u16 mTime; member 4216 u32 mTime; /* Extended mtime value */ member 4666 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mTime){ in zipfileMtimeToDos() 5090 u32 mTime /* Modification time (or 0) */ in zipfileNewEntry() 5148 u32 mTime in zipfileAppendEntry() 5249 i64 mTime = 0; /* Modification time for new entry */ in zipfileUpdate() local
|
/external/sqlite/dist/ |
D | shell.c | 4148 u16 mTime; member 4184 u16 mTime; member 4222 u32 mTime; /* Extended mtime value */ member 4672 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mTime){ in zipfileMtimeToDos() 5096 u32 mTime /* Modification time (or 0) */ in zipfileNewEntry() 5154 u32 mTime in zipfileAppendEntry() 5255 i64 mTime = 0; /* Modification time for new entry */ in zipfileUpdate() local
|