| Index: webrtc/test/testsupport/fileutils.h
|
| diff --git a/webrtc/test/testsupport/fileutils.h b/webrtc/test/testsupport/fileutils.h
|
| index 1a5f9bbb56cd7f40f214039107c63f9cf50f17ee..549f96b7e72781c3fca23b3f73d891690229b0df 100644
|
| --- a/webrtc/test/testsupport/fileutils.h
|
| +++ b/webrtc/test/testsupport/fileutils.h
|
| @@ -74,6 +74,9 @@ bool CreateDir(const std::string& directory_name);
|
| // Checks if a file exists.
|
| bool FileExists(const std::string& file_name);
|
|
|
| +// Checks if a directory exists.
|
| +bool DirExists(const std::string& directory_name);
|
| +
|
| // File size of the supplied file in bytes. Will return 0 if the file is
|
| // empty or if the file does not exist/is readable.
|
| size_t GetFileSize(const std::string& filename);
|
|
|