Lines Matching full:substr
75 line = android::base::Trim(line.substr(0, found));
82 *name = line.substr(1, line.size() - 2);
89 *name = android::base::Trim(line.substr(0, found_assign));
90 *value = android::base::Trim(line.substr(found_assign + 1));
95 *name = android::base::Trim(line.substr(0, found_append));
96 *value = android::base::Trim(line.substr(found_append + 2));
124 *line = content_.substr(p_, found - p_);
127 *line = content_.substr(p_);
227 value = value.substr(0, value.size() - 1);
238 section_name = name.substr(4);