Searched refs:ExpandPath (Results 1 – 3 of 3) sorted by relevance
57 static string ExpandPath(const string &path, in ExpandPath() function70 directories_[dir_num] = ExpandPath(name, compilation_dir_); in DefineDir()99 string full_name = ExpandPath(name, dir_name); in DefineFile()
136 std::string ExpandPath(const std::string& path_string) { in ExpandPath() function233 string in_graph = ExpandPath(in_graph_string); in ParseFlagsAndTransformGraph()234 string out_graph = ExpandPath(out_graph_string); in ParseFlagsAndTransformGraph()
37 TEST(ProfileTest, ExpandPath) { in TEST() argument