Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tiny_loader/tests/
Dtiny_loader_tests.cc78 std::string elf_filepath; in TestLoadLibrary() local
79 ASSERT_TRUE(GetTestElfFilepath(test_library_name, &elf_filepath, &error_msg)) << error_msg; in TestLoadLibrary()
80 ASSERT_TRUE(TinyLoader::LoadFromFile(elf_filepath.c_str(), &loaded_elf_file, &error_msg)) in TestLoadLibrary()
118 elf_filepath.c_str(), base_addr, berberis::kPageSize, &memory_elf_file, &error_msg)) in TestLoadLibrary()
138 std::string elf_filepath; in TEST() local
139 ASSERT_TRUE(GetTestElfFilepath(kTestLibInvalidElfClassName, &elf_filepath, &error_msg)) in TEST()
141 ASSERT_FALSE(TinyLoader::LoadFromFile(elf_filepath.c_str(), &loaded_elf_file, &error_msg)); in TEST()
144 "\"" + elf_filepath + "\" ELFCLASS32 is not supported, expected ELFCLASS64."; in TEST()
147 "\"" + elf_filepath + "\" ELFCLASS64 is not supported, expected ELFCLASS32."; in TEST()
156 std::string elf_filepath; in TEST() local
[all …]