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