HomeSort by relevance Sort by last modified time
    Searched refs:InternalScopedString (Results 1 - 25 of 25) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_printer.h 50 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
55 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
59 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
sanitizer_coverage_mapping_libcdep.cc 72 InternalScopedString text(kMaxTextSize);
94 InternalScopedString tmp_path(64 + internal_strlen(coverage_dir));
112 InternalScopedString path(64 + internal_strlen(coverage_dir));
sanitizer_stacktrace_libcdep.cc 27 InternalScopedString frame_desc(GetPageSizeCached() * 2);
28 InternalScopedString dedup_token(GetPageSizeCached());
sanitizer_stacktrace_printer.cc 29 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
119 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
138 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
sanitizer_libignore.cc 41 InternalScopedString buf(kMaxPathLength);
54 InternalScopedString module(kMaxPathLength);
sanitizer_suppressions.cc 36 InternalScopedString exec(kMaxPathLength);
55 InternalScopedString new_file_path(kMaxPathLength);
sanitizer_coverage_libcdep.cc 190 InternalScopedString path(kMaxPathLength);
586 static fd_t CovOpenFile(InternalScopedString *path, bool packed,
615 InternalScopedString out(32 << 20);
623 InternalScopedString path(kMaxPathLength);
665 InternalScopedString out(32 << 20);
689 InternalScopedString path(kMaxPathLength);
716 InternalScopedString path(kMaxPathLength);
738 InternalScopedString path(kMaxPathLength);
816 InternalScopedString report_path(kMaxPathLength);
833 InternalScopedString path(kMaxPathLength)
    [all...]
sanitizer_common_libcdep.cc 123 InternalScopedString msg_copy(kErrorMessageBufferSize);
sanitizer_procmaps_mac.cc 162 InternalScopedString module_name(kMaxPathLength);
sanitizer_procmaps_common.cc 123 InternalScopedString module_name(kMaxPathLength);
sanitizer_common.cc 200 InternalScopedString buff(kMaxSummaryLength);
209 InternalScopedString buff(kMaxSummaryLength);
sanitizer_symbolizer_win.cc 196 InternalScopedString command_line(kMaxPathLength * 3);
sanitizer_mac.cc 308 InternalScopedString exe_path(kMaxPathLength);
627 InternalScopedString program_name(1024);
sanitizer_posix.cc 338 InternalScopedString buff(kMaxPathLength);
sanitizer_printf.cc 324 void InternalScopedString::append(const char *format, ...) {
sanitizer_linux_libcdep.cc 429 InternalScopedString module_name(kMaxPathLength);
sanitizer_common.h 140 class InternalScopedString : public InternalScopedBuffer<char> {
142 explicit InternalScopedString(uptr max_length)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_printer_test.cc 20 InternalScopedString str(128);
54 InternalScopedString str(128);
75 InternalScopedString str(256);
sanitizer_common_test.cc 235 TEST(SanitizerCommon, InternalScopedString) {
236 InternalScopedString str(10);
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 127 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) {
137 static void RenderLocation(InternalScopedString *Buffer, Location Loc) {
171 static void RenderText(InternalScopedString *Buffer, const char *Message,
271 InternalScopedString Buffer(1024);
339 InternalScopedString Buffer(1024);
  /external/compiler-rt/lib/asan/
asan_report.cc 120 static void PrintMemoryByte(InternalScopedString *str, const char *before,
129 static void PrintShadowByte(InternalScopedString *str, const char *before,
134 static void PrintShadowBytes(InternalScopedString *str, const char *before,
148 static void PrintLegend(InternalScopedString *str) {
193 InternalScopedString str(1024);
211 InternalScopedString str(4096 * 8);
261 static void PrintGlobalNameIfASCII(InternalScopedString *str,
281 static void PrintGlobalLocation(InternalScopedString *str,
294 InternalScopedString str(4096);
402 InternalScopedString str(1024)
    [all...]
asan_fake_stack.cc 69 InternalScopedString str(kNumberOfSizeClasses * 50);
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 129 InternalScopedString res(2 * GetPageSizeCached());
tsan_rtl.cc 160 InternalScopedString filename(kMaxPathLength);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 627 InternalScopedString summary(kMaxSummaryLength);

Completed in 1265 milliseconds