Home
last modified time | relevance | path

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

/external/chromium_org/base/files/
Dfile.h228 bool SetTimes(Time last_access_time, Time last_modified_time);
Dfile_win.cc231 bool File::SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() function in base::File
Dfile_posix.cc356 bool File::SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() function in base::File
Dfile_unittest.cc311 EXPECT_TRUE(file.SetTimes(new_last_accessed, new_last_modified));
/external/chromium_org/net/disk_cache/v3/
Dentry_impl_v3.h83 void SetTimes(base::Time last_used, base::Time last_modified);
Dentry_impl_v3.cc425 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) { in SetTimes() function in disk_cache::EntryImpl
/external/chromium/net/tools/dump_cache/
Dcache_dumper.cc31 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used, in CloseEntry()
/external/chromium/net/disk_cache/
Dentry_impl.h122 void SetTimes(base::Time last_used, base::Time last_modified);
Dentry_impl.cc681 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/net/disk_cache/
Dentry_impl.h133 void SetTimes(base::Time last_used, base::Time last_modified);
Dentry_impl.cc685 void EntryImpl::SetTimes(base::Time last_used, base::Time last_modified) { in SetTimes() function in disk_cache::EntryImpl