Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/files/
Dfile_path.cc21 const FilePath::CharType kStringTerminator = PA_FILE_PATH_LITERAL('\0'); variable
64 StringType::size_type nul_pos = path_.find(kStringTerminator); in FilePath()
90 StringType::size_type nul_pos = component.find(kStringTerminator); in Append()
/external/libchrome/base/files/
Dfile_path.cc40 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0'); variable
179 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()
/external/cronet/base/files/
Dfile_path.cc46 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0'); variable
183 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()