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

  /art/libartbase/base/
common_art_test.cc 438 std::vector<std::unique_ptr<const DexFile>> CommonArtTestImpl::OpenDexFiles(const char* filename) {
459 std::vector<std::unique_ptr<const DexFile>> dex_files(OpenDexFiles(filename));
466 return OpenDexFiles(GetTestDexFileName(name).c_str());
  /art/runtime/
class_loader_context.cc 164 // Make sure that OpenDexFiles() will never be attempted on this context
399 bool ClassLoaderContext::OpenDexFiles(InstructionSet isa,
528 << "RemoveLocationsFromClasspaths cannot be call after OpenDexFiles";
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 235 OpenDexFiles(dex_paths, open_writable);
273 void OpenDexFiles(const std::vector<std::string>& dex_paths, bool open_writable) {
    [all...]

Completed in 264 milliseconds