Home
last modified time | relevance | path

Searched refs:pathNode (Results 1 - 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
H A Dcompression_parser.cpp219 cJSON *pathNode = cJSON_GetObjectItem(item, "path"); in ParseFilters() local
220 compressFilter->path = ParsePath(pathNode); in ParseFilters()
269 vector<string> CompressionParser::ParsePath(const cJSON *pathNode) in ParsePath() argument
272 if (!pathNode) { in ParsePath()
276 if (!cJSON_IsArray(pathNode)) { in ParsePath()
280 for (cJSON *item = pathNode->child; item; item = item->next) { in ParsePath()
/developtools/global_resource_tool/include/
H A Dcompression_parser.h89 std::vector<std::string> ParsePath(const cJSON *pathNode);

Completed in 2 milliseconds