Searched refs:path_prefix (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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 | 39 char path_prefix[kMaxPathLength]; member
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 861 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 D | AddLLVM.cmake | 2108 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix) 2112 set(ARG_OUTPUT_DIR ${path_prefix}${path_suffix})
|