OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPathSeparator
(Results
1 - 8
of
8
) sorted by null
/external/chromium/testing/gtest/src/
gtest-filepath.cc
91
static bool
IsPathSeparator
(char c) {
253
return pathname_.length() == 1 &&
IsPathSeparator
(pathname_.c_str()[0]);
265
IsPathSeparator
(name[2]);
267
return
IsPathSeparator
(name[0]);
295
IsPathSeparator
(pathname_.c_str()[pathname_.length() - 1]);
361
if (!
IsPathSeparator
(*src)) {
369
while (
IsPathSeparator
(*src))
/external/chromium_org/testing/gtest/src/
gtest-filepath.cc
92
static bool
IsPathSeparator
(char c) {
255
return pathname_.length() == 1 &&
IsPathSeparator
(pathname_.c_str()[0]);
267
IsPathSeparator
(name[2]);
269
return
IsPathSeparator
(name[0]);
297
IsPathSeparator
(pathname_.c_str()[pathname_.length() - 1]);
363
if (!
IsPathSeparator
(*src)) {
371
while (
IsPathSeparator
(*src))
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc
91
static bool
IsPathSeparator
(char c) {
253
return pathname_.length() == 1 &&
IsPathSeparator
(pathname_.c_str()[0]);
265
IsPathSeparator
(name[2]);
267
return
IsPathSeparator
(name[0]);
295
IsPathSeparator
(pathname_.c_str()[pathname_.length() - 1]);
361
if (!
IsPathSeparator
(*src)) {
369
while (
IsPathSeparator
(*src))
/external/gtest/src/
gtest-filepath.cc
91
static bool
IsPathSeparator
(char c) {
253
return pathname_.length() == 1 &&
IsPathSeparator
(pathname_.c_str()[0]);
265
IsPathSeparator
(name[2]);
267
return
IsPathSeparator
(name[0]);
295
IsPathSeparator
(pathname_.c_str()[pathname_.length() - 1]);
361
if (!
IsPathSeparator
(*src)) {
369
while (
IsPathSeparator
(*src))
/external/llvm/utils/unittest/googletest/
gtest-filepath.cc
89
static bool
IsPathSeparator
(char c) {
251
return pathname_.length() == 1 &&
IsPathSeparator
(pathname_.c_str()[0]);
263
IsPathSeparator
(name[2]);
265
return
IsPathSeparator
(name[0]);
293
IsPathSeparator
(pathname_.c_str()[pathname_.length() - 1]);
359
if (!
IsPathSeparator
(*src)) {
367
while (
IsPathSeparator
(*src))
/external/mesa3d/src/gtest/src/
gtest-filepath.cc
91
static bool
IsPathSeparator
(char c) {
253
return pathname_.length() == 1 &&
IsPathSeparator
(pathname_.c_str()[0]);
265
IsPathSeparator
(name[2]);
267
return
IsPathSeparator
(name[0]);
295
IsPathSeparator
(pathname_.c_str()[pathname_.length() - 1]);
361
if (!
IsPathSeparator
(*src)) {
369
while (
IsPathSeparator
(*src))
/ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc
92
static bool
IsPathSeparator
(char c) {
255
return pathname_.length() == 1 &&
IsPathSeparator
(pathname_.c_str()[0]);
267
IsPathSeparator
(name[2]);
269
return
IsPathSeparator
(name[0]);
297
IsPathSeparator
(pathname_.c_str()[pathname_.length() - 1]);
363
if (!
IsPathSeparator
(*src)) {
371
while (
IsPathSeparator
(*src))
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
Completed in 812 milliseconds