Searched refs:search_path_argument (Results 1 – 1 of 1) sorted by relevance
696 std::string search_path_argument = "-I"; in Create() local697 search_path_argument.append(search_path.GetPath()); in Create()699 compiler_invocation_arguments.push_back(search_path_argument); in Create()