Home
last modified time | relevance | path

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

/external/chromium_org/printing/backend/
Dcups_helper.cc74 size_t space_found = line.find(' '); in ParseLpOptions() local
75 if (space_found == std::string::npos) in ParseLpOptions()
78 std::string name = line.substr(0, space_found); in ParseLpOptions()
87 line = line.substr(space_found + 1); in ParseLpOptions()