webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/base/platform_file.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Namespaces | |
rtc | |
Functions | |
FILE * | rtc::FdopenPlatformFileForWriting (PlatformFile file) |
bool | rtc::ClosePlatformFile (PlatformFile file) |
bool | rtc::RemoveFile (const std::string &path) |
PlatformFile | rtc::OpenPlatformFile (const std::string &path) |
PlatformFile | rtc::CreatePlatformFile (const std::string &path) |