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

  /art/runtime/
oat_file_manager.cc 141 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); local
142 if (!boot_oat_files.empty()) {
144 if (std::find(boot_oat_files.begin(), boot_oat_files.end(), oat_file.get()) ==
145 boot_oat_files.end()) {
1056 std::vector<const OatFile*> boot_oat_files = GetBootOatFiles(); local
    [all...]
  /art/imgdiag/
imgdiag.cc 849 std::vector<const OatFile*> boot_oat_files = oat_file_manager.GetBootOatFiles(); local
850 for (const OatFile* oat_file : boot_oat_files) {
    [all...]

Completed in 98 milliseconds