Home
last modified time | relevance | path

Searched refs:__sanitizer_get_report_path (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dsanitizer_set_report_path_test.cpp16 assert(strncmp(buff, __sanitizer_get_report_path(), strlen(buff)) == 0); in main()
17 printf("Path %s\n", __sanitizer_get_report_path()); in main()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interface.inc16 INTERFACE_FUNCTION(__sanitizer_get_report_path)
Dsanitizer_interface_internal.h34 const char *__sanitizer_get_report_path();
Dsanitizer_file.cpp223 const char *__sanitizer_get_report_path() { in __sanitizer_get_report_path() function
Dsanitizer_fuchsia.cpp533 const char *__sanitizer_get_report_path() { in __sanitizer_get_report_path() function
/external/llvm-project/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h48 const char *__sanitizer_get_report_path();