Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc182 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath() local
183 if (nul_pos != StringType::npos) in FilePath()
184 path_.erase(nul_pos, StringType::npos); in FilePath()
482 StringType::size_type nul_pos = component.find(kStringTerminator); in Append() local
483 if (nul_pos != StringPieceType::npos) { in Append()
484 component.substr(0, nul_pos).CopyToString(&without_nuls); in Append()