Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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()
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 Dsanitizer_file.h39 char path_prefix[kMaxPathLength]; member
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATestBuild.py861 path_prefix = directory
864 path_prefix = os.path.join(directory, PATCHED_SOURCE_DIR_NAME)
866 paths = [source[len(path_prefix) + 1:]
867 if source.startswith(path_prefix) else source
/llvm-project-15.0.7/llvm/cmake/modules/
H A DAddLLVM.cmake2108 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix)
2112 set(ARG_OUTPUT_DIR ${path_prefix}${path_suffix})