Home
last modified time | relevance | path

Searched refs:json_parse_file (Results 1 – 3 of 3) sorted by relevance

/device/linaro/dragonboard/qcom/pd-mapper/
Djson.h60 struct json_value *json_parse_file(const char *file);
Djson.c317 struct json_value *json_parse_file(const char *file) in json_parse_file() function
Dpd-mapper.c139 root = json_parse_file(file); in pd_load_map()