#include <file.h>
|
static bool | Exists (const string &name) |
|
static bool | ReadFileToString (const string &name, string *output) |
|
static void | ReadFileToStringOrDie (const string &name, string *output) |
|
static bool | WriteStringToFile (const string &contents, const string &name) |
|
static void | WriteStringToFileOrDie (const string &contents, const string &name) |
|
static bool | CreateDir (const string &name, int mode) |
|
static bool | RecursivelyCreateDir (const string &path, int mode) |
|
static void | DeleteRecursively (const string &name, void *dummy1, void *dummy2) |
|
static bool | ChangeWorkingDirectory (const string &new_working_directory) |
|
static bool | GetContents (const string &name, string *output, bool) |
|
static bool | SetContents (const string &name, const string &contents, bool) |
|
◆ ChangeWorkingDirectory()
bool File::ChangeWorkingDirectory |
( |
const string & |
new_working_directory | ) |
|
|
static |
◆ CreateDir()
bool File::CreateDir |
( |
const string & |
name, |
|
|
int |
mode |
|
) |
| |
|
static |
◆ DeleteRecursively()
◆ Exists()
bool File::Exists |
( |
const string & |
name | ) |
|
|
static |
◆ GetContents()
static bool google::protobuf::File::GetContents |
( |
const string & |
name, |
|
|
string * |
output, |
|
|
bool |
|
|
) |
| |
|
inlinestatic |
◆ ReadFileToString()
bool File::ReadFileToString |
( |
const string & |
name, |
|
|
string * |
output |
|
) |
| |
|
static |
◆ ReadFileToStringOrDie()
◆ RecursivelyCreateDir()
bool File::RecursivelyCreateDir |
( |
const string & |
path, |
|
|
int |
mode |
|
) |
| |
|
static |
◆ SetContents()
static bool google::protobuf::File::SetContents |
( |
const string & |
name, |
|
|
const string & |
contents, |
|
|
bool |
|
|
) |
| |
|
inlinestatic |
◆ WriteStringToFile()
bool File::WriteStringToFile |
( |
const string & |
contents, |
|
|
const string & |
name |
|
) |
| |
|
static |
◆ WriteStringToFileOrDie()
void File::WriteStringToFileOrDie |
( |
const string & |
contents, |
|
|
const string & |
name |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/testing/file.h
- Source/ThirdParty/libwebrtc/Source/third_party/protobuf/src/google/protobuf/testing/file.cc