#include <gtest-filepath.h>
|
| static FilePath | GetCurrentDir () |
| static FilePath | MakeFileName (const FilePath &directory, const FilePath &base_name, int number, const char *extension) |
| static FilePath | ConcatPaths (const FilePath &directory, const FilePath &relative_path) |
| static FilePath | GenerateUniqueFileName (const FilePath &directory, const FilePath &base_name, const char *extension) |
| static FilePath | GetCurrentDir () |
| static FilePath | MakeFileName (const FilePath &directory, const FilePath &base_name, int number, const char *extension) |
| static FilePath | ConcatPaths (const FilePath &directory, const FilePath &relative_path) |
| static FilePath | GenerateUniqueFileName (const FilePath &directory, const FilePath &base_name, const char *extension) |
◆ FilePath() [1/6]
| testing::internal::FilePath::FilePath |
( |
| ) |
|
|
inline |
◆ FilePath() [2/6]
| testing::internal::FilePath::FilePath |
( |
const FilePath & | rhs | ) |
|
|
inline |
◆ FilePath() [3/6]
| testing::internal::FilePath::FilePath |
( |
const std::string & | pathname | ) |
|
|
inlineexplicit |
◆ FilePath() [4/6]
| testing::internal::FilePath::FilePath |
( |
| ) |
|
|
inline |
◆ FilePath() [5/6]
| testing::internal::FilePath::FilePath |
( |
const FilePath & | rhs | ) |
|
|
inline |
◆ FilePath() [6/6]
| testing::internal::FilePath::FilePath |
( |
const std::string & | pathname | ) |
|
|
inlineexplicit |
◆ c_str() [1/2]
| const char * testing::internal::FilePath::c_str |
( |
| ) |
const |
|
inline |
◆ c_str() [2/2]
| const char * testing::internal::FilePath::c_str |
( |
| ) |
const |
|
inline |
◆ ConcatPaths() [1/2]
◆ ConcatPaths() [2/2]
◆ CreateDirectoriesRecursively() [1/2]
| bool testing::internal::FilePath::CreateDirectoriesRecursively |
( |
| ) |
const |
◆ CreateDirectoriesRecursively() [2/2]
| bool testing::internal::FilePath::CreateDirectoriesRecursively |
( |
| ) |
const |
◆ CreateFolder() [1/2]
| bool testing::internal::FilePath::CreateFolder |
( |
| ) |
const |
◆ CreateFolder() [2/2]
| bool testing::internal::FilePath::CreateFolder |
( |
| ) |
const |
◆ DirectoryExists() [1/2]
| bool testing::internal::FilePath::DirectoryExists |
( |
| ) |
const |
◆ DirectoryExists() [2/2]
| bool testing::internal::FilePath::DirectoryExists |
( |
| ) |
const |
◆ FileOrDirectoryExists() [1/2]
| bool testing::internal::FilePath::FileOrDirectoryExists |
( |
| ) |
const |
◆ FileOrDirectoryExists() [2/2]
| bool testing::internal::FilePath::FileOrDirectoryExists |
( |
| ) |
const |
◆ FindLastPathSeparator() [1/2]
| const char * testing::internal::FilePath::FindLastPathSeparator |
( |
| ) |
const |
|
private |
◆ FindLastPathSeparator() [2/2]
| const char * testing::internal::FilePath::FindLastPathSeparator |
( |
| ) |
const |
|
private |
◆ GenerateUniqueFileName() [1/2]
◆ GenerateUniqueFileName() [2/2]
◆ GetCurrentDir() [1/2]
| FilePath testing::internal::FilePath::GetCurrentDir |
( |
| ) |
|
|
static |
◆ GetCurrentDir() [2/2]
| FilePath testing::internal::FilePath::GetCurrentDir |
( |
| ) |
|
|
static |
◆ IsAbsolutePath() [1/2]
| bool testing::internal::FilePath::IsAbsolutePath |
( |
| ) |
const |
◆ IsAbsolutePath() [2/2]
| bool testing::internal::FilePath::IsAbsolutePath |
( |
| ) |
const |
◆ IsDirectory() [1/2]
| bool testing::internal::FilePath::IsDirectory |
( |
| ) |
const |
◆ IsDirectory() [2/2]
| bool testing::internal::FilePath::IsDirectory |
( |
| ) |
const |
◆ IsEmpty() [1/2]
| bool testing::internal::FilePath::IsEmpty |
( |
| ) |
const |
|
inline |
◆ IsEmpty() [2/2]
| bool testing::internal::FilePath::IsEmpty |
( |
| ) |
const |
|
inline |
◆ IsRootDirectory() [1/2]
| bool testing::internal::FilePath::IsRootDirectory |
( |
| ) |
const |
◆ IsRootDirectory() [2/2]
| bool testing::internal::FilePath::IsRootDirectory |
( |
| ) |
const |
◆ MakeFileName() [1/2]
◆ MakeFileName() [2/2]
◆ Normalize() [1/2]
| void testing::internal::FilePath::Normalize |
( |
| ) |
|
|
private |
◆ Normalize() [2/2]
| void testing::internal::FilePath::Normalize |
( |
| ) |
|
|
private |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ RemoveDirectoryName() [1/2]
| FilePath testing::internal::FilePath::RemoveDirectoryName |
( |
| ) |
const |
◆ RemoveDirectoryName() [2/2]
| FilePath testing::internal::FilePath::RemoveDirectoryName |
( |
| ) |
const |
◆ RemoveExtension() [1/2]
| FilePath testing::internal::FilePath::RemoveExtension |
( |
const char * | extension | ) |
const |
◆ RemoveExtension() [2/2]
| FilePath testing::internal::FilePath::RemoveExtension |
( |
const char * | extension | ) |
const |
◆ RemoveFileName() [1/2]
| FilePath testing::internal::FilePath::RemoveFileName |
( |
| ) |
const |
◆ RemoveFileName() [2/2]
| FilePath testing::internal::FilePath::RemoveFileName |
( |
| ) |
const |
◆ RemoveTrailingPathSeparator() [1/2]
| FilePath testing::internal::FilePath::RemoveTrailingPathSeparator |
( |
| ) |
const |
◆ RemoveTrailingPathSeparator() [2/2]
| FilePath testing::internal::FilePath::RemoveTrailingPathSeparator |
( |
| ) |
const |
◆ Set() [1/2]
◆ Set() [2/2]
◆ string() [1/2]
| const std::string & testing::internal::FilePath::string |
( |
| ) |
const |
|
inline |
◆ string() [2/2]
| const std::string & testing::internal::FilePath::string |
( |
| ) |
const |
|
inline |
◆ pathname_
| std::string testing::internal::FilePath::pathname_ |
|
private |
The documentation for this class was generated from the following files: