Searched refs:path_prefix (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cpp | 57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary() 60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary() 100 if (len > sizeof(path_prefix) - 100) { in SetReportPath() 116 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath() 117 RecursiveCreateParentDirs(path_prefix); in SetReportPath()
|
| H A D | sanitizer_file.h | 40 char path_prefix[kMaxPathLength]; member
|