Home
last modified time | relevance | path

Searched refs:kCurrentDirectoryString (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc79 const char kCurrentDirectoryString[] = "\\"; variable
83 const char kCurrentDirectoryString[] = ".\\"; variable
88 const char kCurrentDirectoryString[] = "./";
105 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
167 dir = kCurrentDirectoryString; in RemoveFileName()