Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp91 cJSON* custPicPath = cJSON_GetObjectItem(data, "cust.bootanimation.pics"); in ParseOldConfigFile() local
92 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() local
146 if (custPicPath != nullptr && cJSON_IsString(custPicPath)) { in ParseNewConfigFile()
147 config.picZipPath = custPicPath->valuestring; in ParseNewConfigFile()