Searched refs:include_paths (Results 1 – 3 of 3) sorted by relevance
46 include_paths = [path for path in include_dirs.keys()]49 include_dirs = include_paths,58 includes = include_paths,
41 std::vector<std::string> include_paths; member120 AddOptionalFlagList("-I", "Adds an Android APK to link against.", &options_.include_paths, in LinkCommand()
833 TRACE_NAME("LoadSymbolsFromIncludePaths: #" + std::to_string(options_.include_paths.size())); in LoadSymbolsFromIncludePaths()835 for (const std::string& path : options_.include_paths) { in LoadSymbolsFromIncludePaths()