Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tiny_loader/tests/
Dtiny_loader_tests.cc54 bool GetTestElfFilepath(const char* name, std::string* real_path, std::string* error_msg) { in GetTestElfFilepath() function
79 ASSERT_TRUE(GetTestElfFilepath(test_library_name, &elf_filepath, &error_msg)) << error_msg; in TestLoadLibrary()
139 ASSERT_TRUE(GetTestElfFilepath(kTestLibInvalidElfClassName, &elf_filepath, &error_msg)) in TEST()
157 ASSERT_TRUE(GetTestElfFilepath(kTestExecutableName, &elf_filepath, &error_msg)) << error_msg; in TEST()