Orxonox
0.0.5 Codename: Arcturus
|
#include "gtest/internal/gtest-filepath.h"
#include "gtest/internal/gtest-port.h"
#include <stdlib.h>
#include <limits.h>
#include <climits>
#include "gtest/internal/gtest-string.h"
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::kCurrentDirectoryString [] = "./" |
const char | testing::internal::kPathSeparator = '/' |
const char | testing::internal::kPathSeparatorString [] = "/" |
#define GTEST_PATH_MAX_ _POSIX_PATH_MAX |