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

  /frameworks/native/cmds/dumpstate/
dumpstate.h 200 time_t get_mtime(int fd, time_t default_mtime);
dumpstate.cpp 542 ZipWriter::kCompress, get_mtime(fd, now));
    [all...]
utils.cpp 1240 time_t get_mtime(int fd, time_t default_mtime) { function
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
fileread.h 59 get_mtime(const char* filename, Timespec* mtime);
221 get_mtime();
archive.h 84 get_mtime() function in class:gold::Library_base
276 { return this->file().get_mtime(); }
incremental.h 156 get_mtime() const function in class:gold::Incremental_input_entry
840 get_mtime() const function in class:gold::Incremental_inputs_reader::Incremental_input_entry_reader
1380 get_mtime() const function in class:gold::Incremental_binary::Input_reader
    [all...]
incremental-dump.cc 130 Timespec mtime = input_file.get_mtime();
fileread.cc 101 get_mtime(const char* filename, Timespec* mtime) function in namespace:gold
944 File_read::get_mtime() function in class:gold::File_read
incremental.cc 499 Timespec old_mtime = input_file.get_mtime();
501 if (!get_mtime(filename, &new_mtime))
    [all...]
readsyms.cc 715 Timespec mtime = this->input_reader_->get_mtime();
object.h 483 get_mtime() function in class:gold::Object
808 { return this->input_file()->file().get_mtime(); }
    [all...]
script.cc     [all...]

Completed in 1020 milliseconds