Searched refs:path_prefix (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/krb5/src/util/ |
| H A D | testrealm.py | 51 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 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() 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 D | sanitizer_file.h | 40 char path_prefix[kMaxPathLength]; member
|