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

  /art/runtime/
oat_file_manager.h 71 std::vector<const OatFile*> GetBootOatFiles() const;
oat_file_manager.cc 128 std::vector<const OatFile*> OatFileManager::GetBootOatFiles() const {
141 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles();
    [all...]
  /art/imgdiag/
imgdiag.cc 849 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles();
    [all...]

Completed in 81 milliseconds