Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_path.cc456 StringType without_nuls; in Append() local
460 without_nuls.assign(component.substr(0, nul_pos)); in Append()
461 appended = StringViewType(without_nuls); in Append()