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

  /external/chromium_org/base/files/
file_proxy.h 117 // Proxies File::SetTimes. The callback can be null.
119 bool SetTimes(Time last_access_time,
file_proxy.cc 64 void SetTimes(Time last_access_time, Time last_modified_time) {
65 bool rv = file_.SetTimes(last_access_time, last_modified_time);
329 bool FileProxy::SetTimes(Time last_access_time,
336 Bind(&GenericFileHelper::SetTimes, Unretained(helper), last_access_time,
file.h 256 bool SetTimes(Time last_access_time, Time last_modified_time);
file_proxy_unittest.cc 291 TEST_F(FileProxyTest, SetTimes) {
300 proxy.SetTimes(last_accessed_time, last_modified_time,
file_util.cc 213 return file.SetTimes(last_accessed, last_modified);
file_win.cc 265 bool File::SetTimes(Time last_access_time, Time last_modified_time) {
file_posix.cc 423 bool File::SetTimes(Time last_access_time, Time last_modified_time) {
file_unittest.cc 356 EXPECT_TRUE(file.SetTimes(new_last_accessed, new_last_modified));
  /external/chromium_org/tools/gn/
function_write_file_unittest.cc 73 foo_file.SetTimes(old_time, old_time);
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.h 69 void SetTimes(base::Time last_used, base::Time last_modified);
entry_impl.h 133 void SetTimes(base::Time last_used, base::Time last_modified);
entry_impl_v3.cc 436 void EntryImplV3::SetTimes(base::Time last_used, base::Time last_modified) {
    [all...]
entry_impl.cc 688 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) {
    [all...]
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 36 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used,
  /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...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_io_host.cc 315 if (!file_.SetTimes(

Completed in 1898 milliseconds