Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dfilepath.h26 char kStringTerminator = '\0'; variable
Dfilepath.cc64 std::string::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()