Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_path.cc177 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath() local
178 if (nul_pos != StringType::npos) in FilePath()
179 path_.erase(nul_pos, StringType::npos); in FilePath()
459 StringType::size_type nul_pos = component.find(kStringTerminator); in Append() local
460 if (nul_pos != StringViewType::npos) { in Append()
461 without_nuls.assign(component.substr(0, nul_pos)); in Append()

Completed in 2 milliseconds