Home
last modified time | relevance | path

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

/aosp14/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.cpp836 TRACE_NAME("LoadSymbolsFromIncludePaths: #" + std::to_string(options_.include_paths.size())); in LoadSymbolsFromIncludePaths()
838 for (const std::string& path : options_.include_paths) { in LoadSymbolsFromIncludePaths()