Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp2180 const std::string* required_property_value = nullptr; member in aapt::Overlay
2188 required_property_value = GetAttributeString( in Extract()
2202 if (required_property_value) { in Print()
2203 printer->Print(StringPrintf(" requiredPropertyValue='%s'", required_property_value->c_str())); in Print()
2218 if (required_property_value) { in ToProto()
2219 overlay->set_required_property_value(*required_property_value); in ToProto()
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DApkInfo.proto289 string required_property_value = 5; field
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DApkInfo.pb.h6120 const std::string& required_property_value() const; in Swap()
6125 void set_allocated_required_property_value(std::string* required_property_value); in Swap()
13259 inline const std::string& Overlay::required_property_value() const { in required_property_value() function
13290 inline void Overlay::set_allocated_required_property_value(std::string* required_property_value) { in set_allocated_required_property_value() argument
13291 _impl_.required_property_value_.SetAllocated(required_property_value, GetArenaForAllocation()); in set_allocated_required_property_value()