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()
99 InternalScopedString tmp_path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping()
117 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.cc183 InternalScopedString path(kMaxPathLength); in DirectOpen()
569 static fd_t CovOpenFile(InternalScopedString *path, bool packed, in CovOpenFile()
598 InternalScopedString out(32 << 20); in DumpTrace()
606 InternalScopedString path(kMaxPathLength); in DumpTrace()
648 InternalScopedString out(32 << 20); in DumpCallerCalleePairs()
672 InternalScopedString path(kMaxPathLength); in DumpCallerCalleePairs()
699 InternalScopedString path(kMaxPathLength); in DumpCounters()
721 InternalScopedString path(kMaxPathLength); in DumpAsBitSet()
750 InternalScopedString path(kMaxPathLength); in DumpOffsets()
821 InternalScopedString path(kMaxPathLength); in CovPrepareForSandboxing()
[all …]
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_stacktrace_libcdep.cc27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print()
Dsanitizer_common_libcdep.cc123 InternalScopedString msg_copy(kErrorMessageBufferSize); in WriteToSyslog()
Dsanitizer_procmaps_mac.cc163 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
Dsanitizer_procmaps_common.cc124 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
Dsanitizer_common.cc284 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
293 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
Dsanitizer_mac.cc276 InternalScopedString exe_path(kMaxPathLength); in ReadBinaryName()
569 InternalScopedString program_name(1024); in MaybeReexec()
Dsanitizer_symbolizer_win.cc196 InternalScopedString command_line(kMaxPathLength * 3); in StartSymbolizerSubprocess()
Dsanitizer_common.h134 class InternalScopedString : public InternalScopedBuffer<char> {
136 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
Dsanitizer_printf.cc321 void InternalScopedString::append(const char *format, ...) { in append()
Dsanitizer_posix.cc304 InternalScopedString buff(kMaxPathLength); in GetCodeRangeForFile()
Dsanitizer_linux_libcdep.cc426 InternalScopedString module_name(kMaxPathLength); in dl_iterate_phdr_cb()
Dsanitizer_malloc_mac.inc85 InternalScopedString new_name(buflen);
/external/compiler-rt/lib/asan/
Dasan_report.cc119 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte()
128 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte()
133 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes()
147 static void PrintLegend(InternalScopedString *str) { in PrintLegend()
192 InternalScopedString str(1024); in MaybeDumpInstructionBytes()
210 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
260 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII()
280 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation()
293 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal()
401 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.cc140 InternalScopedString LocBuffer(1024); in renderLocation()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc127 InternalScopedString res(2 * GetPageSizeCached()); in PrintStack()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc594 InternalScopedString summary(kMaxSummaryLength); in PrintSummary()

12