Searched refs:error_str (Results 1 – 2 of 2) sorted by relevance
71 std::string error_str; in Java_android_jni_cts_BasicLoaderTestHelper_nativeRunTests() local73 if (!run_test(&error_str)) { in Java_android_jni_cts_BasicLoaderTestHelper_nativeRunTests()74 return env->NewStringUTF(error_str.c_str()); in Java_android_jni_cts_BasicLoaderTestHelper_nativeRunTests()
430 std::string error_str; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local432 error_str += line + '\n'; in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl()434 return env->NewStringUTF(error_str.c_str()); in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl()445 std::string error_str = try_dlopen(soname.c_str()); in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen() local447 if (!error_str.empty()) { in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()448 return env->NewStringUTF(error_str.c_str()); in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()