OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kStringTerminator
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/deps/glbench/src/
filepath.h
26
char
kStringTerminator
= '\0';
/external/libchrome/base/files/
file_path.cc
40
const FilePath::CharType
kStringTerminator
= FILE_PATH_LITERAL('\0');
179
StringType::size_type nul_pos = path_.find(
kStringTerminator
);
481
StringType::size_type nul_pos = component.find(
kStringTerminator
);
691
if (path_.find(
kStringTerminator
) != StringType::npos)
[
all
...]
Completed in 251 milliseconds