Searched refs:SubstituteForFlagValue (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.cpp | 39 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { in SubstituteForFlagValue() function 95 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse()
|
| H A D | sanitizer_flags.h | 54 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
|
| H A D | sanitizer_symbolizer_win.cpp | 286 SubstituteForFlagValue(user_path, new_path, kMaxPathLength); in ChooseSymbolizerTools()
|
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 414 SubstituteForFlagValue(path, new_path, kMaxPathLength); in ChooseExternalSymbolizer()
|
| /src/contrib/llvm-project/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()
|