HomeSort by relevance Sort by last modified time
    Searched defs:SetTimes (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/files/
file_posix.cc 339 bool File::SetTimes(Time last_access_time, Time last_modified_time) {
343 SCOPED_FILE_TRACE("SetTimes");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 386 virtual HRESULT WINAPI SetTimes(const FILETIME *pctime,const FILETIME *patime,const FILETIME *pmtime) = 0;
405 HRESULT (WINAPI *SetTimes)(IPropertyStorage *This,const FILETIME *pctime,const FILETIME *patime,const FILETIME *pmtime);
426 #define IPropertyStorage_SetTimes(This,pctime,patime,pmtime) (This)->lpVtbl->SetTimes(This,pctime,patime,pmtime)
wia.h     [all...]

Completed in 1125 milliseconds