Home | History | Annotate | Download | only in ftp

Lines Matching defs:pieces

182   // Split the line into comma-separated pieces and extract
184 std::vector<std::string> pieces;
185 base::SplitString(line, ',', &pieces);
186 if (pieces.size() != 6)
192 if (!base::StringToInt(pieces[4], &p0))
194 if (!base::StringToInt(pieces[5], &p1))