Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dutil.h41 const std::string BOOT_PIC_CONFIG_FILE = "config.json"; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp293 if (strstr(fileName.c_str(), BOOT_PIC_CONFIG_FILE.c_str()) != nullptr) { in ReadImageFile()