HomeSort by relevance Sort by last modified time
    Searched full:dex_file_locations (Results 1 - 1 of 1) sorted by null

  /art/dex2oat/linker/
image_test.h 57 std::vector<std::string> dex_file_locations; member in struct:art::linker::CompilationHelper
159 dex_file_locations.push_back(dex_file->GetLocation());
463 for (size_t i = 0; i < helper.dex_file_locations.size(); ++i) {
465 LoadExpectSingleDexFile(helper.dex_file_locations[i].c_str()));

Completed in 87 milliseconds