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

  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 249 return pathname_.length() == 3 && IsAbsolutePath();
256 bool FilePath::IsAbsolutePath() const {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 287 bool IsAbsolutePath(const char *path) {
sanitizer_win.cc 298 bool IsAbsolutePath(const char *path) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const {
  /external/gtest/src/
gtest-filepath.cc 253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const {
  /external/lzma/CPP/Windows/
FileName.cpp 96 bool IsAbsolutePath(const wchar_t *s) throw()
199 bool IsAbsolutePath(const wchar_t *s) throw() { return s[0] == WCHAR_PATH_SEPARATOR }
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 251 return pathname_.length() == 3 && IsAbsolutePath();
258 bool FilePath::IsAbsolutePath() const {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 253 return pathname_.length() == 3 && IsAbsolutePath();
260 bool FilePath::IsAbsolutePath() const {
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
system_stub.py 335 def IsAbsolutePath(path):
344 if IsAbsolutePath(path):

Completed in 70 milliseconds