Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cc51 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { in SubstituteForFlagValue() function
99 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse()
Dsanitizer_flags.h49 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
/external/compiler-rt/lib/stats/
Dstats.cc45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()