Lines Matching refs:c_str

874   ASSERT_SUBSTR("/child/thread", child_thread_error.c_str());  in TEST()
887 ASSERT_SUBSTR("/child/thread", child_thread_error.c_str()); in TEST()
940 ASSERT_STREQ(executable_path.c_str(), dli_realpath); in TEST()
969 void* handle2 = dlopen(android::base::GetExecutablePath().c_str(), RTLD_NOW); in TEST()
1159 const std::string symlink_name = basename(symlink.get_symlink_path().c_str()); in TEST()
1161 void* handle2 = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST()
1307 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1579 ASSERT_TRUE(has_elf_hash) << path.c_str() << ": missing elf hash (DT_HASH)"; in validate_compatibility_of_native_library()
1580 ASSERT_TRUE(!has_android_rel) << path.c_str() << ": has packed relocations"; in validate_compatibility_of_native_library()
1584 ASSERT_TRUE(has_rel) << path.c_str() << ": missing DT_REL/DT_RELA"; in validate_compatibility_of_native_library()
1627 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1630 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1636 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1639 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1645 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1648 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1654 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1657 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1663 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1666 ASSERT_STREQ(expected_dlerror.c_str(), dlerror()); in TEST()
1672 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1675 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1681 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1684 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1690 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1693 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()
1699 void* handle = dlopen(libpath.c_str(), RTLD_NOW); in TEST()
1702 ASSERT_SUBSTR(expected_dlerror.c_str(), dlerror()); in TEST()