Searched refs:error_str (Results 1 – 2 of 2) sorted by relevance
72 std::string error_str; in Java_android_jni_cts_BasicLoaderTestHelper_nativeRunTests() local74 if (!run_test(&error_str)) { in Java_android_jni_cts_BasicLoaderTestHelper_nativeRunTests()75 return env->NewStringUTF(error_str.c_str()); in Java_android_jni_cts_BasicLoaderTestHelper_nativeRunTests()
436 std::string error_str; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local438 error_str += line + '\n'; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl()440 return env->NewStringUTF(error_str.c_str()); in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl()451 std::string error_str = try_dlopen(soname.c_str()); in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen() local453 if (!error_str.empty()) { in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()454 return env->NewStringUTF(error_str.c_str()); in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()