Searched refs:elf_filename (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/linker/
H A Delf_writer_test.cc55 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); local
56 LOG(INFO) << "elf_filename=" << elf_filename;
63 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str()));
64 ASSERT_TRUE(file.get() != nullptr) << elf_filename;
111 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); local
112 LOG(INFO) << "elf_filename=" << elf_filename;
114 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str()));
/art/runtime/
H A Doat_file.cc102 const std::string& elf_filename,
145 virtual bool Load(const std::string& elf_filename,
163 virtual void PreSetup(const std::string& elf_filename) = 0;
188 const std::string& elf_filename,
201 if (!ret->Load(elf_filename,
210 if (!ret->ComputeFields(requested_base, elf_filename, error_msg)) {
218 ret->PreSetup(elf_filename);
940 bool Load(const std::string& elf_filename,
952 void PreSetup(const std::string& elf_filename) OVERRIDE;
955 bool Dlopen(const std::string& elf_filename,
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
1007 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
1051 Dlopen(const std::string& elf_filename, uint8_t* oat_file_begin, std::string* error_msg) argument
1102 PreSetup(const std::string& elf_filename) argument
1295 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
[all...]

Completed in 41 milliseconds