Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/
H A Dtestrealm.py51 path_prefix = manpath_prefix = ''
53 path_prefix += os.path.join(buildtop, dir) + os.pathsep
56 env['PATH'] = path_prefix + env['PATH']
/src/contrib/llvm-project/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()
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()
H A Dsanitizer_file.h40 char path_prefix[kMaxPathLength]; member