Searched refs:mTime (Results 1 - 20 of 20) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DFileStreams.h79 STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib);
122 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
124 return File.SetTime(cTime, aTime, mTime);
126 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } argument
H A DFileStreams.cpp275 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) argument
283 if (mTime) *mTime = info.ftLastWriteTime;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DTelephonyEvents.java121 private long mTime; field in class:TelephonyEvents.DataConnectionRealTimeInfoEvent
126 mTime = dataConnectionRealTimeInfo.getTime();
138 return mTime;
149 mTime);
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Drfbtightproto.h149 unsigned long mTime; member in struct:_rfbClientFileDownload
156 unsigned long mTime; member in struct:_rfbClientFileUpload
H A Dfiletransfermsg.c406 FileTransferMsg CreateFileDownloadZeroSizeDataMsg(unsigned long mTime);
470 return CreateFileDownloadZeroSizeDataMsg(rtcp->rcft.rcfd.mTime);
502 rtcp->rcft.rcfd.mTime = stat_buf.st_mtime;
544 CreateFileDownloadZeroSizeDataMsg(unsigned long mTime) argument
567 memcpy(pFollow, &mTime, sizeof(unsigned long));
686 utb.actime = utb.modtime = rtcp->rcft.rcfu.mTime;
H A Dhandlefiletransferrequest.c789 if((n = rfbReadExact(cl, (char*)&(rtcp->rcft.rcfu.mTime), sizeof(unsigned
/external/lzma/CPP/7zip/
H A DIStream.h106 STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) PURE;
/external/lzma/CPP/Windows/
H A DFileDir.h17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
H A DFileIO.cpp386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() argument
387 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } argument
H A DFileIO.h191 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
192 bool SetMTime(const FILETIME *mTime) throw();
H A DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
99 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime));
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c478 FILETIME mTime; local
479 mTime.dwLowDateTime = t->Low;
480 mTime.dwHighDateTime = t->High;
481 SetFileTime(outFile.handle, NULL, NULL, &mTime);
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.c171 static pthread_mutex_t mTime = PTHREAD_MUTEX_INITIALIZER; local
175 LOCK(mTime);
185 UNLOCK(mTime);
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp101 bool SetMTime(const FILETIME *mTime);
129 bool COutMultiVolStream::SetMTime(const FILETIME *mTime) argument
136 if (!s->SetMTime(mTime))
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2088 milliseconds