#include <gtest.h>
Definition at line 3546 of file gtest.h.
testing::internal::FilePath::FilePath |
( |
| ) |
|
|
inline |
testing::internal::FilePath::FilePath |
( |
const FilePath & |
rhs | ) |
|
|
inline |
testing::internal::FilePath::FilePath |
( |
const std::string & |
pathname | ) |
|
|
inlineexplicit |
const char* testing::internal::FilePath::c_str |
( |
| ) |
const |
|
inline |
bool testing::internal::FilePath::CreateDirectoriesRecursively |
( |
| ) |
const |
bool testing::internal::FilePath::CreateFolder |
( |
| ) |
const |
bool testing::internal::FilePath::DirectoryExists |
( |
| ) |
const |
bool testing::internal::FilePath::FileOrDirectoryExists |
( |
| ) |
const |
const char * testing::internal::FilePath::FindLastPathSeparator |
( |
| ) |
const |
|
private |
FilePath testing::internal::FilePath::GenerateUniqueFileName |
( |
const FilePath & |
directory, |
|
|
const FilePath & |
base_name, |
|
|
const char * |
extension |
|
) |
| |
|
static |
FilePath testing::internal::FilePath::GetCurrentDir |
( |
| ) |
|
|
static |
bool testing::internal::FilePath::IsAbsolutePath |
( |
| ) |
const |
bool testing::internal::FilePath::IsDirectory |
( |
| ) |
const |
bool testing::internal::FilePath::IsEmpty |
( |
| ) |
const |
|
inline |
bool testing::internal::FilePath::IsRootDirectory |
( |
| ) |
const |
FilePath testing::internal::FilePath::MakeFileName |
( |
const FilePath & |
directory, |
|
|
const FilePath & |
base_name, |
|
|
int |
number, |
|
|
const char * |
extension |
|
) |
| |
|
static |
void testing::internal::FilePath::Normalize |
( |
| ) |
|
|
private |
FilePath testing::internal::FilePath::RemoveDirectoryName |
( |
| ) |
const |
FilePath testing::internal::FilePath::RemoveExtension |
( |
const char * |
extension | ) |
const |
FilePath testing::internal::FilePath::RemoveFileName |
( |
| ) |
const |
FilePath testing::internal::FilePath::RemoveTrailingPathSeparator |
( |
| ) |
const |
void testing::internal::FilePath::Set |
( |
const FilePath & |
rhs | ) |
|
|
inline |
const std::string& testing::internal::FilePath::string |
( |
| ) |
const |
|
inline |
std::string testing::internal::FilePath::pathname_ |
|
private |
The documentation for this class was generated from the following files: