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

  /art/runtime/
vdex_file.h 135 bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
vdex_file.cc 117 if (!vdex->OpenAllDexFiles(&unique_ptr_dex_files, error_msg)) {
141 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
  /art/dexlayout/
dexdiag.cc 331 if (!vdex->OpenAllDexFiles(&dex_files, &error_msg)) {

Completed in 792 milliseconds