Searched refs:custPicPath (Results 1 – 1 of 1) sorted by relevance
91 cJSON* custPicPath = cJSON_GetObjectItem(data, "cust.bootanimation.pics"); in ParseOldConfigFile() local92 if (custPicPath != nullptr && cJSON_IsString(custPicPath)) { in ParseOldConfigFile()93 config.picZipPath = custPicPath->valuestring; in ParseOldConfigFile()145 cJSON* custPicPath = cJSON_GetObjectItem(item, "cust.bootanimation.pics"); in ParseNewConfigFile() local146 if (custPicPath != nullptr && cJSON_IsString(custPicPath)) { in ParseNewConfigFile()147 config.picZipPath = custPicPath->valuestring; in ParseNewConfigFile()