Searched refs:kStringTerminator (Results 1 – 3 of 3) sorted by relevance
21 const FilePath::CharType kStringTerminator = PA_FILE_PATH_LITERAL('\0'); variable64 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath()91 StringType::size_type nul_pos = component.find(kStringTerminator); in Append()
40 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0'); variable179 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath()481 StringType::size_type nul_pos = component.find(kStringTerminator); in Append()691 if (path_.find(kStringTerminator) != StringType::npos) in ReadFromPickle()
48 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0'); variable185 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath()522 StringType::size_type nul_pos = component.find(kStringTerminator); in Append()751 if (path_.find(kStringTerminator) != StringType::npos) in ReadFromPickle()