Searched refs:custVideoExtraPath (Results 1 – 1 of 1) sorted by relevance
106 cJSON* custVideoExtraPath = cJSON_GetObjectItem(data, "cust.bootanimation.video.extra"); in ParseOldConfigFile() local107 if (custVideoExtraPath != nullptr && cJSON_IsString(custVideoExtraPath)) { in ParseOldConfigFile()108 config.videoExtraPath = custVideoExtraPath->valuestring; in ParseOldConfigFile()