OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optionsfile
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/base/
optionsfile.cc
11
#include "webrtc/base/
optionsfile
.h"
21
OptionsFile
::
OptionsFile
(const std::string &path) : path_(path) {
24
bool
OptionsFile
::Load() {
62
bool
OptionsFile
::Save() {
103
bool
OptionsFile
::IsLegalName(const std::string &name) {
114
bool
OptionsFile
::IsLegalValue(const std::string &value) {
125
bool
OptionsFile
::GetStringValue(const std::string& option,
127
LOG(LS_VERBOSE) << "
OptionsFile
::GetStringValue "
140
bool
OptionsFile
::GetIntValue(const std::string& option
[
all
...]
optionsfile.h
22
class
OptionsFile
{
24
OptionsFile
(const std::string &path);
optionsfile_unittest.cc
13
#include "webrtc/base/
optionsfile
.h"
47
store_.reset(new
OptionsFile
(test_file_));
50
rtc::scoped_ptr<
OptionsFile
> store_;
base.gyp
198
'
optionsfile
.cc',
199
'
optionsfile
.h',
413
'
optionsfile
.cc',
414
'
optionsfile
.h',
BUILD.gn
348
"
optionsfile
.cc",
349
"
optionsfile
.h",
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
turnserver_main.cc
33
#include "webrtc/base/
optionsfile
.h"
58
rtc::
OptionsFile
file_;
Completed in 2964 milliseconds