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

/art/runtime/
H A Doat_file.h81 const char* abs_dex_location,
86 // abs_dex_location argument is used.
94 const char* abs_dex_location,
108 const char* abs_dex_location,
119 const char* abs_dex_location,
125 const char* abs_dex_location,
325 // If not null, abs_dex_location is used to resolve the absolute dex
330 // Relative encoded dex locations that don't match the given abs_dex_location
333 const char* abs_dex_location, const std::string& rel_dex_location);
H A Doat_file.cc109 const char* abs_dex_location,
123 const char* abs_dex_location,
165 bool Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg);
195 const char* abs_dex_location,
220 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) {
238 const char* abs_dex_location,
261 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) {
510 bool OatFileBase::Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg) { argument
605 abs_dex_location,
1185 const char* abs_dex_location,
186 OpenOatFile(int zip_fd, const std::string& vdex_filename, 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
228 OpenOatFile(int zip_fd, int vdex_fd, int oat_fd, const std::string& vdex_location, const std::string& oat_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
1239 OpenElfFile(int zip_fd, 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
1274 InitializeFromElfFile(int zip_fd, ElfFile* elf_file, VdexFile* vdex_file, const char* abs_dex_location, std::string* error_msg) argument
1367 ResolveRelativeEncodedDexLocation( const char* abs_dex_location, const std::string& rel_dex_location) argument
1393 OpenWithElfFile(int zip_fd, ElfFile* elf_file, VdexFile* vdex_file, const std::string& location, const char* abs_dex_location, std::string* error_msg) argument
1405 Open(int zip_fd, const std::string& oat_filename, const std::string& oat_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
1475 Open(int zip_fd, int vdex_fd, int oat_fd, const std::string& oat_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
1504 OpenWritable(int zip_fd, File* file, const std::string& location, const char* abs_dex_location, std::string* error_msg) argument
1522 OpenReadable(int zip_fd, File* file, const std::string& location, const char* abs_dex_location, std::string* error_msg) argument
[all...]
H A Doat_file_assistant_test.cc1108 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; local
1109 Copy(GetDexSrc1(), abs_dex_location); local
1111 std::string dex_location = MakePathRelative(abs_dex_location);

Completed in 50 milliseconds