Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc40 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0'); variable
182 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath()
482 StringType::size_type nul_pos = component.find(kStringTerminator); in Append()
687 if (path_.find(kStringTerminator) != StringType::npos) in ReadFromPickle()