HomeSort by relevance Sort by last modified time
    Searched defs:GTEST_PATH_SEP_ (Results 1 - 6 of 6) sorted by null

  /external/protobuf/gtest/test/
gtest-filepath_test.cc 90 posix::ChDir(GTEST_PATH_SEP_);
98 EXPECT_STREQ(GTEST_PATH_SEP_, cwd_without_drive + 1);
100 EXPECT_STREQ(GTEST_PATH_SEP_, cwd.c_str());
132 FilePath(GTEST_PATH_SEP_ "afile").RemoveDirectoryName().c_str());
138 FilePath("adir" GTEST_PATH_SEP_).RemoveDirectoryName().c_str());
144 FilePath("adir" GTEST_PATH_SEP_ "afile").RemoveDirectoryName().c_str());
150 FilePath("adir" GTEST_PATH_SEP_ "subdir" GTEST_PATH_SEP_ "afile")
159 EXPECT_STREQ(GTEST_PATH_SEP_,
162 EXPECT_STREQ("." GTEST_PATH_SEP_,
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 821 #define GTEST_PATH_SEP_ "\\"
825 #define GTEST_PATH_SEP_ "/"
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 113 milliseconds