Home
last modified time | relevance | path

Searched refs:SubstituteForFlagValue (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp39 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { in SubstituteForFlagValue() function
95 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse()
H A Dsanitizer_flags.h54 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
H A Dsanitizer_symbolizer_win.cpp286 SubstituteForFlagValue(user_path, new_path, kMaxPathLength); in ChooseSymbolizerTools()
H A Dsanitizer_symbolizer_posix_libcdep.cpp414 SubstituteForFlagValue(path, new_path, kMaxPathLength); in ChooseExternalSymbolizer()
/src/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()