Home
last modified time | relevance | path

Searched defs:ParsedResource (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DResourceParser.cpp101 struct ParsedResource { struct
102 ResourceName name;
103 ConfigDescription config;
104 std::string product;
105 android::Source source;
107 ResourceId id;
109 bool staged_api = false;
110 bool allow_new = false;
112 std::optional<StagedId> staged_alias;
114 std::string comment;
[all …]