Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "gtest/internal/gtest-filepath.h"
#include <stdlib.h>
#include "gtest/internal/gtest-port.h"
#include "gtest/gtest-message.h"
#include <limits.h>
#include <climits>
#include "gtest/internal/gtest-string.h"
Go to the source code of this file.
Namespaces | |
testing | |
testing::internal | |
Macros | |
#define | GTEST_PATH_MAX_ _POSIX_PATH_MAX |
Functions | |
static bool | testing::internal::IsPathSeparator (char c) |
Variables | |
const char | testing::internal::kPathSeparator = '/' |
const char | testing::internal::kCurrentDirectoryString [] = "./" |
#define GTEST_PATH_MAX_ _POSIX_PATH_MAX |
Definition at line 55 of file gtest-filepath.cc.