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

  /external/autotest/client/bin/result_tools/
dedupe_file_throttler_unittest.py 28 modification_time = int(time.time()) - 1000
35 os.utime(f, (modification_time, modification_time))
36 modification_time += 1
58 os.utime(f, (modification_time, modification_time))
59 modification_time += 1
  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 143 int modification_time,
148 UnsignedLeb128Size(modification_time) +
156 this->PushUleb128(modification_time);
headers.h 153 int modification_time; member in struct:art::dwarf::FileEntry
190 writer.PushUleb128(file.modification_time);

Completed in 175 milliseconds