Searched refs:SubstituteForFlagValue (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.h55 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
H A Dsanitizer_flags.cc38 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { function in namespace:__sanitizer
86 SubstituteForFlagValue(value, buf, kMaxPathLength);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h53 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
H A Dsanitizer_flags.cc36 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { function in namespace:__sanitizer
84 SubstituteForFlagValue(value, buf, kMaxPathLength);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h54 void SubstituteForFlagValue(const char *s, char *out, uptr out_size);
H A Dsanitizer_flags.cpp39 void SubstituteForFlagValue(const char *s, char *out, uptr out_size) { function in namespace:__sanitizer
95 SubstituteForFlagValue(value, buf, kMaxPathLength);
H A Dsanitizer_symbolizer_win.cpp290 SubstituteForFlagValue(user_path, new_path, kMaxPathLength);
H A Dsanitizer_symbolizer_posix_libcdep.cpp406 SubstituteForFlagValue(path, new_path, kMaxPathLength);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats.cc45 SubstituteForFlagValue(path_env, path.data(), kMaxPathLength);

Completed in 101 milliseconds