Searched refs:include_paths (Results 1 – 2 of 2) sorted by relevance
41 std::vector<std::string> include_paths; member120 AddOptionalFlagList("-I", "Adds an Android APK to link against.", &options_.include_paths, in LinkCommand()
836 TRACE_NAME("LoadSymbolsFromIncludePaths: #" + std::to_string(options_.include_paths.size())); in LoadSymbolsFromIncludePaths()838 for (const std::string& path : options_.include_paths) { in LoadSymbolsFromIncludePaths()