Home
last modified time | relevance | path

Searched refs:SubstituteForFlagValue (Results 1 – 6 of 6) 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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cpp38 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { in SubstituteForFlagValue() function
88 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse()
Dsanitizer_flags.h54 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()
/external/llvm-project/compiler-rt/lib/stats/
Dstats.cpp45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()