Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp252 const String* compiled_str = ValueCast<String>(attr.compiled_value.get()); in ExtractCompiledString() local
253 if (compiled_str != nullptr) { in ExtractCompiledString()
254 if (!compiled_str->value->empty()) { in ExtractCompiledString()
255 return *compiled_str->value; in ExtractCompiledString()
310 const String* compiled_str = ValueCast<String>(attr.compiled_value.get()); in ExtractSdkVersion() local
311 if (compiled_str != nullptr) { in ExtractSdkVersion()
312 std::optional<int> sdk_version = ResourceUtils::ParseSdkVersion(*compiled_str->value); in ExtractSdkVersion()