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

/external/chromium_org/printing/backend/
H A Dcups_helper.cc75 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 48 milliseconds