Home
last modified time | relevance | path

Searched refs:mTime (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.h79 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
122 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() argument
124 return File.SetTime(cTime, aTime, mTime); in SetTime()
126 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } in SetMTime() argument
DFileStreams.cpp275 …leStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) in GetProps() argument
283 if (mTime) *mTime = info.ftLastWriteTime; in GetProps()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyEvents.java123 private long mTime; field in TelephonyEvents.DataConnectionRealTimeInfoEvent
128 mTime = dataConnectionRealTimeInfo.getTime(); in DataConnectionRealTimeInfoEvent()
140 return mTime; in getTime()
151 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.h191 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
192 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/libvncserver/libvncserver/tightvnc-filetransfer/
Dfiletransfermsg.c406 FileTransferMsg CreateFileDownloadZeroSizeDataMsg(unsigned long mTime);
470 return CreateFileDownloadZeroSizeDataMsg(rtcp->rcft.rcfd.mTime); in GetFileDownloadResponseMsgInBlocks()
502 rtcp->rcft.rcfd.mTime = stat_buf.st_mtime; in ChkFileDownloadErr()
544 CreateFileDownloadZeroSizeDataMsg(unsigned long mTime) in CreateFileDownloadZeroSizeDataMsg() argument
567 memcpy(pFollow, &mTime, sizeof(unsigned long)); in CreateFileDownloadZeroSizeDataMsg()
686 utb.actime = utb.modtime = rtcp->rcft.rcfu.mTime; in FileUpdateComplete()
Drfbtightproto.h149 unsigned long mTime; member
156 unsigned long mTime; member
Dhandlefiletransferrequest.c789 if((n = rfbReadExact(cl, (char*)&(rtcp->rcft.rcfu.mTime), sizeof(unsigned in HandleFileUploadDataRequest()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c478 FILETIME mTime; in main() local
479 mTime.dwLowDateTime = t->Low; in main()
480 mTime.dwHighDateTime = t->High; in main()
481 SetFileTime(outFile.handle, NULL, NULL, &mTime); in main()
/external/lzma/CPP/7zip/
DIStream.h106 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp101 bool SetMTime(const FILETIME *mTime);
129 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) in SetMTime() argument
136 if (!s->SetMTime(mTime)) in SetMTime()