Searched refs:abs_dex_location (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat_file.h59 const char* abs_dex_location,
64 // abs_dex_location argument is used.
71 const char* abs_dex_location,
80 const char* abs_dex_location,
84 const char* abs_dex_location,
245 // If not null, abs_dex_location is used to resolve the absolute dex
250 // Relative encoded dex locations that don't match the given abs_dex_location
253 const char* abs_dex_location, const std::string& rel_dex_location);
H A Doat_file.cc92 const char* abs_dex_location,
116 bool Setup(const char* abs_dex_location, std::string* error_msg);
140 const char* abs_dex_location,
161 if (!ret->Setup(abs_dex_location, error_msg)) {
236 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) { argument
293 abs_dex_location,
766 const char* abs_dex_location,
770 const char* abs_dex_location,
818 const char* abs_dex_location,
838 if (!oat_file->Setup(abs_dex_location, error_ms
133 OpenOatFile(const std::string& elf_filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
811 OpenElfFile(File* file, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
845 InitializeFromElfFile(ElfFile* elf_file, const char* abs_dex_location, std::string* error_msg) argument
910 ResolveRelativeEncodedDexLocation( const char* abs_dex_location, const std::string& rel_dex_location) argument
934 OpenWithElfFile(ElfFile* elf_file, const std::string& location, const char* abs_dex_location, std::string* error_msg) argument
944 Open(const std::string& filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
1004 OpenWritable(File* file, const std::string& location, const char* abs_dex_location, std::string* error_msg) argument
1020 OpenReadable(File* file, const std::string& location, const char* abs_dex_location, std::string* error_msg) argument
[all...]
H A Doat_file_assistant_test.cc1025 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; local
1026 Copy(GetDexSrc1(), abs_dex_location); local
1028 std::string dex_location = MakePathRelative(abs_dex_location);

Completed in 1611 milliseconds