#include <gtest.h>
Definition at line 3546 of file gtest.h.
 
◆ FilePath() [1/3]
  
  | 
        
          | testing::internal::FilePath::FilePath | ( |  | ) |  |  | inline | 
 
 
◆ FilePath() [2/3]
  
  | 
        
          | testing::internal::FilePath::FilePath | ( | const FilePath & | rhs | ) |  |  | inline | 
 
 
◆ FilePath() [3/3]
  
  | 
        
          | testing::internal::FilePath::FilePath | ( | const std::string & | pathname | ) |  |  | inlineexplicit | 
 
 
◆ c_str()
  
  | 
        
          | const char* testing::internal::FilePath::c_str | ( |  | ) | const |  | inline | 
 
 
◆ ConcatPaths()
◆ CreateDirectoriesRecursively()
      
        
          | bool testing::internal::FilePath::CreateDirectoriesRecursively | ( |  | ) | const | 
      
 
 
◆ CreateFolder()
      
        
          | bool testing::internal::FilePath::CreateFolder | ( |  | ) | const | 
      
 
 
◆ DirectoryExists()
      
        
          | bool testing::internal::FilePath::DirectoryExists | ( |  | ) | const | 
      
 
 
◆ FileOrDirectoryExists()
      
        
          | bool testing::internal::FilePath::FileOrDirectoryExists | ( |  | ) | const | 
      
 
 
◆ FindLastPathSeparator()
  
  | 
        
          | const char * testing::internal::FilePath::FindLastPathSeparator | ( |  | ) | const |  | private | 
 
 
◆ GenerateUniqueFileName()
  
  | 
        
          | FilePath testing::internal::FilePath::GenerateUniqueFileName | ( | const FilePath & | directory, |  
          |  |  | const FilePath & | base_name, |  
          |  |  | const char * | extension |  
          |  | ) |  |  |  | static | 
 
 
◆ GetCurrentDir()
  
  | 
        
          | FilePath testing::internal::FilePath::GetCurrentDir | ( |  | ) |  |  | static | 
 
 
◆ IsAbsolutePath()
      
        
          | bool testing::internal::FilePath::IsAbsolutePath | ( |  | ) | const | 
      
 
 
◆ IsDirectory()
      
        
          | bool testing::internal::FilePath::IsDirectory | ( |  | ) | const | 
      
 
 
◆ IsEmpty()
  
  | 
        
          | bool testing::internal::FilePath::IsEmpty | ( |  | ) | const |  | inline | 
 
 
◆ IsRootDirectory()
      
        
          | bool testing::internal::FilePath::IsRootDirectory | ( |  | ) | const | 
      
 
 
◆ MakeFileName()
  
  | 
        
          | FilePath testing::internal::FilePath::MakeFileName | ( | const FilePath & | directory, |  
          |  |  | const FilePath & | base_name, |  
          |  |  | int | number, |  
          |  |  | const char * | extension |  
          |  | ) |  |  |  | static | 
 
 
◆ Normalize()
  
  | 
        
          | void testing::internal::FilePath::Normalize | ( |  | ) |  |  | private | 
 
 
◆ operator=()
◆ RemoveDirectoryName()
      
        
          | FilePath testing::internal::FilePath::RemoveDirectoryName | ( |  | ) | const | 
      
 
 
◆ RemoveExtension()
      
        
          | FilePath testing::internal::FilePath::RemoveExtension | ( | const char * | extension | ) | const | 
      
 
 
◆ RemoveFileName()
      
        
          | FilePath testing::internal::FilePath::RemoveFileName | ( |  | ) | const | 
      
 
 
◆ RemoveTrailingPathSeparator()
      
        
          | FilePath testing::internal::FilePath::RemoveTrailingPathSeparator | ( |  | ) | const | 
      
 
 
◆ Set()
  
  | 
        
          | void testing::internal::FilePath::Set | ( | const FilePath & | rhs | ) |  |  | inline | 
 
 
◆ string()
  
  | 
        
          | 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: