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

  /external/libchrome/base/files/
file.h 258 bool SetTimes(Time last_access_time, Time last_modified_time);
file_posix.cc 339 bool File::SetTimes(Time last_access_time, Time last_modified_time) {
347 times[1] = last_modified_time.ToTimeVal();
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 395 time_t last_modified_time = 0; local
407 if ((ret == 0) && (s.st_mtime > last_modified_time)) {
409 last_modified_time = s.st_mtime;
    [all...]

Completed in 202 milliseconds