OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSeparator
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/deps/glbench/src/
filepath.h
20
bool
IsSeparator
(char character);
filepath.cc
30
IsSeparator
(new_path.path_[letter + 1])) {
49
bool FilePath::
IsSeparator
(char character) {
92
if (!
IsSeparator
(tmp)) {
113
pos > start &&
IsSeparator
(path_[pos - 1]); --pos) {
118
!
IsSeparator
(path_[start - 1])) {
/external/deqp-deps/SPIRV-Tools/source/opt/
set_spec_constant_default_value_pass.cpp
316
bool
IsSeparator
(char ch) {
331
while (!
IsSeparator
(*str)) str++;
351
while (!
IsSeparator
(*str)) str++;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
set_spec_constant_default_value_pass.cpp
316
bool
IsSeparator
(char ch) {
331
while (!
IsSeparator
(*str)) str++;
351
while (!
IsSeparator
(*str)) str++;
/external/libchrome/base/files/
file_path.h
206
static bool
IsSeparator
(CharType character);
file_path.cc
85
FilePath::
IsSeparator
(path[letter + 1]);
89
FilePath::
IsSeparator
(path[0]) && FilePath::
IsSeparator
(path[1]);
92
return path.length() > 0 && FilePath::
IsSeparator
(path[0]);
99
if (!FilePath::
IsSeparator
(*it))
211
bool FilePath::
IsSeparator
(CharType character) {
328
IsSeparator
(new_path.path_[letter + 1])) {
509
if (!
IsSeparator
(new_path.path_.back())) {
541
return
IsSeparator
(path_.back());
[
all
...]
Completed in 644 milliseconds