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