Searched refs:SubstituteForFlagValue (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.cc | 51 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { in SubstituteForFlagValue() function 99 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse()
|
D | sanitizer_flags.h | 49 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.cpp | 38 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { in SubstituteForFlagValue() function 88 SubstituteForFlagValue(value, buf, kMaxPathLength); in Parse()
|
D | sanitizer_flags.h | 54 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
|
/external/compiler-rt/lib/stats/ |
D | stats.cc | 45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()
|
/external/llvm-project/compiler-rt/lib/stats/ |
D | stats.cpp | 45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength); in OpenStatsFile()
|