Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DUtil.cpp251 const String* compiled_str = ValueCast<String>(attr.compiled_value.get()); in ExtractCompiledString() local
252 if (compiled_str != nullptr) { in ExtractCompiledString()
253 if (!compiled_str->value->empty()) { in ExtractCompiledString()
254 return *compiled_str->value; in ExtractCompiledString()
308 const String* compiled_str = ValueCast<String>(attr.compiled_value.get()); in ExtractSdkVersion() local
309 if (compiled_str != nullptr) { in ExtractSdkVersion()
310 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(*compiled_str->value); in ExtractSdkVersion()