Searched refs:res_id_str_len (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp672 const size_t res_id_str_len = line.size() - res_id_start_idx; local
673 StringPiece res_id_str = util::TrimWhitespace(line.substr(res_id_start_idx, res_id_str_len));

Completed in 36 milliseconds