HomeSort by relevance Sort by last modified time
    Searched full:checksum_index (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/rlz/lib/
rlz_lib.cc 416 int checksum_index = response_string.find(checksum_param); local
417 if (checksum_index >= 0) {
420 std::string message(response_string.substr(0, checksum_index + 1));
428 checksum_index = 0;
434 int checksum_end = response_string.find("\n", checksum_index + 1);
438 int checksum_begin = checksum_index + checksum_param.size();
444 *checksum_idx = checksum_index;

Completed in 411 milliseconds