Home
last modified time | relevance | path

Searched refs:OpenDex (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader.h91 std::unique_ptr<const DexFile> OpenDex(int fd,
Dart_dex_file_loader.cc283 std::unique_ptr<const DexFile> ArtDexFileLoader::OpenDex(int fd, in OpenDex() function in art::ArtDexFileLoader
/art/tools/hiddenapi/
Dhiddenapi_test.cc77 return OpenDex(out_dex); in RunHiddenapiEncode()
108 std::unique_ptr<const DexFile> OpenDex(const ScratchFile& file) { in OpenDex() function in art::HiddenApiTest
118 std::unique_ptr<const DexFile> dex_file(dex_loader.OpenDex( in OpenDex()
Dhiddenapi.cc288 std::unique_ptr<const DexFile> dex_file(dex_loader.OpenDex(fd.Release(), in OpenDexFiles()
/art/dex2oat/linker/
Doat_writer.cc3394 dex_file = dex_file_loader.OpenDex(dup_fd, location, in LayoutDexFile()