Home
last modified time | relevance | path

Searched refs:path_prefix (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_file.cpp57 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()
102 if (len > sizeof(path_prefix) - 100) { in SetReportPath()
118 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath()
119 RecursiveCreateParentDirs(path_prefix); in SetReportPath()
HDsanitizer_file.h40 char path_prefix[kMaxPathLength]; member