Searched refs:GetTestElfFilepath (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/libs/binary_translation/tiny_loader/tests/ |
D | tiny_loader_tests.cc | 57 bool GetTestElfFilepath(const char* name, std::string* real_path, std::string* error_msg) { in GetTestElfFilepath() function 82 ASSERT_TRUE(GetTestElfFilepath(test_library_name, &elf_filepath, &error_msg)) << error_msg; in TestLoadLibrary() 141 ASSERT_TRUE(GetTestElfFilepath(kTestLibGnuName, &elf_filepath, &error_msg)) << error_msg; in TEST() 150 ASSERT_TRUE(GetTestElfFilepath(kTestLibInvalidElfClassName, &elf_filepath, &error_msg)) in TEST() 168 ASSERT_TRUE(GetTestElfFilepath(kTestExecutableName, &elf_filepath, &error_msg)) << error_msg; in TEST()
|