Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp60 #define OEM_BOOTANIMATION_FILE "/oem/media/bootanimation.zip" macro
291 else if (access(OEM_BOOTANIMATION_FILE, R_OK) == 0) { in readyToRun()
292 mZipFileName = OEM_BOOTANIMATION_FILE; in readyToRun()