Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc38 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { in SubstituteForFlagValue() function
86 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse()
H A Dsanitizer_flags.h55 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
/freebsd-12.1/contrib/compiler-rt/lib/stats/
H A Dstats.cc46 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()