Home
last modified time | relevance | path

Searched refs:InternalScopedString (Results 1 – 25 of 26) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_printer.h50 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,
Dsanitizer_coverage_mapping_libcdep.cc72 InternalScopedString text(kMaxTextSize); in CovUpdateMapping()
94 InternalScopedString tmp_path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping()
112 InternalScopedString path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping()
Dsanitizer_stacktrace_printer.cc29 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
119 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation()
138 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
Dsanitizer_coverage_libcdep.cc190 InternalScopedString path(kMaxPathLength); in DirectOpen()
586 static fd_t CovOpenFile(InternalScopedString *path, bool packed, in CovOpenFile()
615 InternalScopedString out(32 << 20); in DumpTrace()
623 InternalScopedString path(kMaxPathLength); in DumpTrace()
665 InternalScopedString out(32 << 20); in DumpCallerCalleePairs()
689 InternalScopedString path(kMaxPathLength); in DumpCallerCalleePairs()
716 InternalScopedString path(kMaxPathLength); in DumpCounters()
738 InternalScopedString path(kMaxPathLength); in DumpAsBitSet()
816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport()
833 InternalScopedString path(kMaxPathLength); in DumpOffsets()
[all …]
Dsanitizer_stacktrace_libcdep.cc27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print()
28 InternalScopedString dedup_token(GetPageSizeCached()); in Print()
Dsanitizer_libignore.cc41 InternalScopedString buf(kMaxPathLength); in OnLibraryLoaded()
54 InternalScopedString module(kMaxPathLength); in OnLibraryLoaded()
Dsanitizer_suppressions.cc36 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec()
55 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile()
Dsanitizer_common_libcdep.cc123 InternalScopedString msg_copy(kErrorMessageBufferSize); in WriteToSyslog()
Dsanitizer_common.cc200 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
209 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
Dsanitizer_procmaps_mac.cc162 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
Dsanitizer_procmaps_common.cc123 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
Dsanitizer_mac.cc308 InternalScopedString exe_path(kMaxPathLength); in ReadBinaryName()
627 InternalScopedString program_name(1024); in MaybeReexec()
Dsanitizer_symbolizer_win.cc196 InternalScopedString command_line(kMaxPathLength * 3); in StartSymbolizerSubprocess()
Dsanitizer_printf.cc324 void InternalScopedString::append(const char *format, ...) { in append()
Dsanitizer_common.h140 class InternalScopedString : public InternalScopedBuffer<char> {
142 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
Dsanitizer_posix.cc338 InternalScopedString buff(kMaxPathLength); in GetCodeRangeForFile()
Dsanitizer_linux_libcdep.cc429 InternalScopedString module_name(kMaxPathLength); in dl_iterate_phdr_cb()
Dsanitizer_malloc_mac.inc85 InternalScopedString new_name(buflen);
/external/compiler-rt/lib/asan/
Dasan_report.cc120 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
129 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
134 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
148 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
193 InternalScopedString str(1024); in MaybeDumpInstructionBytes()
211 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
261 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII()
281 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation()
294 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal()
402 InternalScopedString str(1024); in PrintAccessAndVarIntersection()
[all …]
Dasan_fake_stack.cc69 InternalScopedString str(kNumberOfSizeClasses * 50); in Destroy()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_printer_test.cc20 InternalScopedString str(128); in TEST()
54 InternalScopedString str(128); in TEST()
75 InternalScopedString str(256); in TEST()
Dsanitizer_common_test.cc235 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument
236 InternalScopedString str(10); in TEST()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc127 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex()
137 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation()
171 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText()
271 InternalScopedString Buffer(1024); in PrintMemorySnippet()
339 InternalScopedString Buffer(1024); in ~Diag()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc129 InternalScopedString res(2 * GetPageSizeCached()); in PrintStack()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc627 InternalScopedString summary(kMaxSummaryLength); in PrintSummary()

12