Home
last modified time | relevance | path

Searched defs:DexFileLoader (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Ddex_file_loader.h110 DexFileLoader(const char* filename, int fd, const std::string& location) in DexFileLoader() function
115 DexFileLoader(std::shared_ptr<DexFileContainer> container, const std::string& location) in DexFileLoader() function
126 DexFileLoader(int fd, const std::string& location) in DexFileLoader() function
129 DexFileLoader(const char* filename, const std::string& location) in DexFileLoader() function
132 explicit DexFileLoader(const std::string& location) in DexFileLoader() function
Ddex_file_loader.cc181 DexFileLoader::DexFileLoader(const uint8_t* base, size_t size, const std::string& location) in DexFileLoader() function in art::DexFileLoader
184 DexFileLoader::DexFileLoader(std::vector<uint8_t>&& memory, const std::string& location) in DexFileLoader() function in art::DexFileLoader
187 DexFileLoader::DexFileLoader(MemMap&& mem_map, const std::string& location) in DexFileLoader() function in art::DexFileLoader
Dstandard_dex_file.h130 friend class DexFileLoader; variable
Dcompact_dex_file.h318 friend class DexFileLoader; variable
Ddex_file.h948 friend class DexFileLoader; variable