Home
last modified time | relevance | path

Searched refs:last_access_time (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/files/
Dfile_proxy.cc67 void SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() argument
68 bool rv = file_.SetTimes(last_access_time, last_modified_time); in SetTimes()
329 bool FileProxy::SetTimes(Time last_access_time, in SetTimes() argument
337 last_access_time, last_modified_time), in SetTimes()
Dfile_proxy.h119 bool SetTimes(Time last_access_time,
Dfile.h261 bool SetTimes(Time last_access_time, Time last_modified_time);
Dfile_posix.cc352 bool File::SetTimes(Time last_access_time, Time last_modified_time) { in SetTimes() argument
359 times[0] = last_access_time.ToTimeVal(); in SetTimes()
/external/curl/lib/
Dsmb.h190 curl_off_t last_access_time; member