Searched refs:str_to_concat (Results 1 – 1 of 1) sorted by relevance
120 const char *str_to_concat; in ParseAndSetPath() local123 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()