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

/external/chromium_org/chrome/installer/util/
H A Dchannel_info.cc73 std::wstring::size_type mod_length = local
75 const bool mod_takes_arg = (kModifiers[index][mod_length - 1] == L':');
78 mod_position = ap_value.find(kModifiers[index], pos, mod_length);
81 pos = mod_position + mod_length;

Completed in 59 milliseconds