Home
last modified time | relevance | path

Searched refs:include_paths (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/bazel/rules/
H A Dstatic_libc.bzl46 include_paths = [path for path in include_dirs.keys()]
49 include_dirs = include_paths,
58 includes = include_paths,
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.h41 std::vector<std::string> include_paths; member
120 AddOptionalFlagList("-I", "Adds an Android APK to link against.", &options_.include_paths, in LinkCommand()
H A DLink.cpp833 TRACE_NAME("LoadSymbolsFromIncludePaths: #" + std::to_string(options_.include_paths.size())); in LoadSymbolsFromIncludePaths()
835 for (const std::string& path : options_.include_paths) { in LoadSymbolsFromIncludePaths()