Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp142 std::stringstream err_stream; in AddMemory() local
143 err_stream << "Failed to add stack '" << file_name << "' to stack memory."; in AddMemory()
144 *error_msg = err_stream.str(); in AddMemory()
221 std::stringstream err_stream; in Init() local
226 err_stream << "Offline files directory '" << offline_files_full_path << "' does not exist."; in Init()
227 *error_msg = err_stream.str(); in Init()
234 err_stream << "Failed to read from '" << offline_files_full_path << "maps.txt' into memory."; in Init()
235 *error_msg = err_stream.str(); in Init()
271 std::stringstream err_stream; in Init() local
272 err_stream << "Unknown memory type for sample '" << sample_name << "'."; in Init()
[all …]
/system/unwinding/libunwindstack/benchmarks/
DEvalBenchmark.cpp76 std::stringstream err_stream; in RunBenchmark() local
78 err_stream << "Eval() failed at address " << section_->LastErrorAddress(); in RunBenchmark()
79 state.SkipWithError(err_stream.str().c_str()); in RunBenchmark()
83 err_stream in RunBenchmark()
88 state.SkipWithError(err_stream.str().c_str()); in RunBenchmark()
DOfflineUnwindBenchmarks.cpp153 std::stringstream err_stream; in BenchmarkOfflineUnwindMultipleSamples() local
154 err_stream << "Failed to unwind sample " << sample_name << " properly.Expected " in BenchmarkOfflineUnwindMultipleSamples()
158 state.SkipWithError(err_stream.str().c_str()); in BenchmarkOfflineUnwindMultipleSamples()
/system/unwinding/libunwindstack/tests/
DUnwindOfflineTest.cpp51 std::stringstream err_stream; in GetExpectedSamplesFrameInfo() local
52 err_stream << "Unable to get frame info filepath for invalid sample name " << sample_name in GetExpectedSamplesFrameInfo()
54 *error_msg = err_stream.str(); in GetExpectedSamplesFrameInfo()