Home
last modified time | relevance | path

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

/aosp12/art/oatdump/
H A Doatdump_test.h260 std::vector<char> error_buf; // Buffer for debug output on error. Limited to 1M. variable
270 size_t pos = error_buf.size();
272 error_buf.insert(error_buf.end(), buf, buf + len);
338 error_buf.push_back(0); // Make data a C string.
347 LOG(ERROR) << "Output: " << error_buf.data(); // Output first as it might be extremely long.
373 : (::testing::AssertionFailure() << oss.str() << error_buf.data());
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pcl.h99 sint16 *error_buf; member