Searched defs:compiled_str (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp235 const String* compiled_str = ValueCast<String>(attr.compiled_value.get()); local
236 if (compiled_str != nullptr) {
237 if (!compiled_str->value->empty()) {
238 return *compiled_str->value;
292 const String* compiled_str = ValueCast<String>(attr.compiled_value.get()); local
293 if (compiled_str != nullptr) {
294 Maybe<int> sdk_version = ResourceUtils::ParseSdkVersion(*compiled_str->value);

Completed in 60 milliseconds