Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.h117 std::vector<std::string> texture_paths; member
120 return lhs.name == rhs.name && lhs.texture_paths == rhs.texture_paths;
DConfigurationParser.cpp464 result.texture_paths.push_back(TrimWhitespace(t->text).to_string()); in __anon84c32c5c0902()