Searched refs:nul_pos (Results 1 – 1 of 1) sorted by relevance
179 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath() local180 if (nul_pos != StringType::npos) in FilePath()181 path_.erase(nul_pos, StringType::npos); in FilePath()481 StringType::size_type nul_pos = component.find(kStringTerminator); in Append() local482 if (nul_pos != StringPieceType::npos) { in Append()483 component.substr(0, nul_pos).CopyToString(&without_nuls); in Append()