Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc480 StringType without_nuls; in Append() local
484 component.substr(0, nul_pos).CopyToString(&without_nuls); in Append()
485 appended = StringPieceType(without_nuls); in Append()