Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1828 const auto str_value = ValueCast<String>(value->value.get()); in VerifySharedUserId() local
1829 if (str_value != nullptr && !validate(*str_value->value)) { in VerifySharedUserId()