Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_path.cc176 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath() local
458 StringType::size_type nul_pos = component.find(kStringTerminator); in Append() local