webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/test/testsupport/isolated_output.h"
#include <string.h>
#include "gflags/gflags.h"
#include "webrtc/base/file.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/pathutils.h"
#include "webrtc/test/testsupport/fileutils.h"
Namespaces | |
webrtc | |
webrtc::test | |
Functions | |
DEFINE_string (isolated_out_dir, webrtc::test::OutputPath(), "The isolated output folder provided by swarming test framework.") | |
bool | webrtc::test::WriteIsolatedOutput (const char *filename, const uint8_t *buffer, size_t length) |
bool | webrtc::test::WriteIsolatedOutput (const char *filename, const std::string &content) |
DEFINE_string | ( | isolated_out_dir | , |
webrtc::test::OutputPath() | , | ||
"The isolated output folder provided by swarming test framework." | |||
) |