Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DLink.cpp667 StringPiece res_id_str = util::TrimWhitespace(line.substr(res_id_start_idx, res_id_str_len)); in LoadStableIdMap() local
669 Maybe<ResourceId> maybe_id = ResourceUtils::ParseResourceId(res_id_str); in LoadStableIdMap()
671 diag->Error(DiagMessage(Source(path, line_no)) << "invalid resource ID '" << res_id_str in LoadStableIdMap()