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

  /external/chromium_org/printing/backend/
cups_helper.cc 75 size_t space_found = line.find(' '); local
76 if (space_found == std::string::npos)
79 std::string name = line.substr(0, space_found);
88 line = line.substr(space_found + 1);

Completed in 477 milliseconds