Home
last modified time | relevance | path

Searched refs:SetTimes (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/base/files/
Dfile_proxy.cc64 void SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() function in base::__anon2b9e0b630211::GenericFileHelper
65 bool rv = file_.SetTimes(last_access_time, last_modified_time); in SetTimes()
329 bool FileProxy::SetTimes(Time last_access_time, in SetTimes() function in base::FileProxy
336 Bind(&GenericFileHelper::SetTimes, Unretained(helper), last_access_time, in SetTimes()
Dfile_proxy.h119 bool SetTimes(Time last_access_time,
Dfile.h256 bool SetTimes(Time last_access_time, Time last_modified_time);
Dfile_proxy_unittest.cc291 TEST_F(FileProxyTest, SetTimes) { in TEST_F() argument
300 proxy.SetTimes(last_accessed_time, last_modified_time, in TEST_F()
Dfile_util.cc213 return file.SetTimes(last_accessed, last_modified); in TouchFile()
Dfile_win.cc265 bool File::SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() function in base::File
Dfile_posix.cc423 bool File::SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() function in base::File
Dfile_unittest.cc356 EXPECT_TRUE(file.SetTimes(new_last_accessed, new_last_modified));
/external/chromium_org/tools/gn/
Dfunction_write_file_unittest.cc73 foo_file.SetTimes(old_time, old_time); in TEST()
/external/chromium_org/net/disk_cache/blockfile/
Dentry_impl_v3.h69 void SetTimes(base::Time last_used, base::Time last_modified);
Dentry_impl.h133 void SetTimes(base::Time last_used, base::Time last_modified);
Dentry_impl_v3.cc436 void EntryImplV3::SetTimes(base::Time last_used, base::Time last_modified) { in SetTimes() function in disk_cache::EntryImplV3
Dentry_impl.cc688 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) { in SetTimes() function in disk_cache::EntryImpl
/external/chromium_org/net/tools/dump_cache/
Dcache_dumper.cc36 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used, in CloseEntry()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_file_io_host.cc315 if (!file_.SetTimes( in OnHostMsgTouch()