Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp120 const char *str_to_concat; in ParseAndSetPath() local
123 str_to_concat = "%"; in ParseAndSetPath()
126 str_to_concat = GetEnv("HOME"); in ParseAndSetPath()
129 str_to_concat = GetEnv("TMPDIR"); in ParseAndSetPath()
139 str_to_concat = ""; in ParseAndSetPath()
152 CHECK(str_to_concat); in ParseAndSetPath()
153 CHECK_LT(internal_strlcat(dest, str_to_concat, dest_size), dest_size); in ParseAndSetPath()