Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp106 cJSON* custVideoExtraPath = cJSON_GetObjectItem(data, "cust.bootanimation.video.extra"); in ParseOldConfigFile() local
107 if (custVideoExtraPath != nullptr && cJSON_IsString(custVideoExtraPath)) { in ParseOldConfigFile()
108 config.videoExtraPath = custVideoExtraPath->valuestring; in ParseOldConfigFile()