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()90 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()
46 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0'); variable183 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath()520 StringType::size_type nul_pos = component.find(kStringTerminator); in Append()749 if (path_.find(kStringTerminator) != StringType::npos) in ReadFromPickle()