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

  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 326 long max_ctime = 0, old_mtime; local
340 old_mtime = st.st_mtime;
354 while (retry-- > 0 && old_mtime == st.st_mtime) {
359 if (retry < 0 && old_mtime == st.st_mtime) {
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
incremental.cc 499 Timespec old_mtime = input_file.get_mtime(); local
509 if (new_mtime.seconds > old_mtime.seconds)
511 if (new_mtime.seconds == old_mtime.seconds
512 && new_mtime.nanoseconds > old_mtime.nanoseconds)
    [all...]
  /external/python/cpython3/Lib/test/
test_pathlib.py     [all...]

Completed in 248 milliseconds