|
Electroneum
|
#include <gtest-filepath.h>
Public Member Functions | |
| FilePath () | |
| FilePath (const FilePath &rhs) | |
| FilePath (const std::string &pathname) | |
| FilePath & | operator= (const FilePath &rhs) |
| void | Set (const FilePath &rhs) |
| const std::string & | string () const |
| const char * | c_str () const |
| bool | IsEmpty () const |
| FilePath | RemoveTrailingPathSeparator () const |
| FilePath | RemoveDirectoryName () const |
| FilePath | RemoveFileName () const |
| FilePath | RemoveExtension (const char *extension) const |
| bool | CreateDirectoriesRecursively () const |
| bool | CreateFolder () const |
| bool | FileOrDirectoryExists () const |
| bool | DirectoryExists () const |
| bool | IsDirectory () const |
| bool | IsRootDirectory () const |
| bool | IsAbsolutePath () const |
| FilePath () | |
| FilePath (const FilePath &rhs) | |
| FilePath (const std::string &pathname) | |
| FilePath & | operator= (const FilePath &rhs) |
| void | Set (const FilePath &rhs) |
| const std::string & | string () const |
| const char * | c_str () const |
| bool | IsEmpty () const |
| FilePath | RemoveTrailingPathSeparator () const |
| FilePath | RemoveDirectoryName () const |
| FilePath | RemoveFileName () const |
| FilePath | RemoveExtension (const char *extension) const |
| bool | CreateDirectoriesRecursively () const |
| bool | CreateFolder () const |
| bool | FileOrDirectoryExists () const |
| bool | DirectoryExists () const |
| bool | IsDirectory () const |
| bool | IsRootDirectory () const |
| bool | IsAbsolutePath () const |
Static Public Member Functions | |
| 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) |
Definition at line 59 of file gtest-filepath.h.
|
inline |
Definition at line 61 of file gtest-filepath.h.

|
inline |
Definition at line 62 of file gtest-filepath.h.

|
inlineexplicit |
Definition at line 64 of file gtest-filepath.h.
|
inline |
Definition at line 61 of file gtest-filepath.h.
|
inline |
Definition at line 62 of file gtest-filepath.h.

|
inlineexplicit |
Definition at line 64 of file gtest-filepath.h.
|
inline |
Definition at line 78 of file gtest-filepath.h.
|
inline |
Definition at line 78 of file gtest-filepath.h.
|
static |

|
static |

| bool testing::internal::FilePath::CreateDirectoriesRecursively | ( | ) | const |
| bool testing::internal::FilePath::CreateDirectoriesRecursively | ( | ) | const |
| bool testing::internal::FilePath::CreateFolder | ( | ) | const |
| bool testing::internal::FilePath::CreateFolder | ( | ) | const |
| bool testing::internal::FilePath::DirectoryExists | ( | ) | const |
| bool testing::internal::FilePath::DirectoryExists | ( | ) | const |
| bool testing::internal::FilePath::FileOrDirectoryExists | ( | ) | const |
| bool testing::internal::FilePath::FileOrDirectoryExists | ( | ) | const |
|
static |

|
static |

|
static |


|
static |

| bool testing::internal::FilePath::IsAbsolutePath | ( | ) | const |
| bool testing::internal::FilePath::IsAbsolutePath | ( | ) | const |
| bool testing::internal::FilePath::IsDirectory | ( | ) | const |
| bool testing::internal::FilePath::IsDirectory | ( | ) | const |
|
inline |
Definition at line 111 of file gtest-filepath.h.
|
inline |
Definition at line 111 of file gtest-filepath.h.
| bool testing::internal::FilePath::IsRootDirectory | ( | ) | const |
| bool testing::internal::FilePath::IsRootDirectory | ( | ) | const |
|
static |

|
static |

Definition at line 68 of file gtest-filepath.h.

| FilePath testing::internal::FilePath::RemoveDirectoryName | ( | ) | const |

| FilePath testing::internal::FilePath::RemoveDirectoryName | ( | ) | const |

| FilePath testing::internal::FilePath::RemoveExtension | ( | const char * | extension | ) | const |

| FilePath testing::internal::FilePath::RemoveExtension | ( | const char * | extension | ) | const |

| FilePath testing::internal::FilePath::RemoveFileName | ( | ) | const |

| FilePath testing::internal::FilePath::RemoveFileName | ( | ) | const |

| FilePath testing::internal::FilePath::RemoveTrailingPathSeparator | ( | ) | const |

| FilePath testing::internal::FilePath::RemoveTrailingPathSeparator | ( | ) | const |

|
inline |
Definition at line 73 of file gtest-filepath.h.


|
inline |
Definition at line 73 of file gtest-filepath.h.

|
inline |
Definition at line 77 of file gtest-filepath.h.
|
inline |
Definition at line 77 of file gtest-filepath.h.