OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:json_doc
(Results
1 - 2
of
2
) sorted by null
/system/extras/libperfmgr/tools/
ConfigVerifier.cc
34
std::string
json_doc
;
local
36
if (!android::base::ReadFileToString(config_path, &
json_doc
)) {
41
std::vector<std::unique_ptr<Node>> nodes = ParseNodes(
json_doc
);
/system/extras/libperfmgr/
HintManager.cc
104
std::string
json_doc
;
local
106
if (!android::base::ReadFileToString(config_path, &
json_doc
)) {
111
std::vector<std::unique_ptr<Node>> nodes = ParseNodes(
json_doc
);
117
HintManager::ParseActions(
json_doc
, nodes);
133
const std::string&
json_doc
) {
141
if (!reader.parse(
json_doc
, root)) {
245
const std::string&
json_doc
,
252
if (!reader.parse(
json_doc
, root)) {
Completed in 1741 milliseconds