Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp85 static const char BOOTANIM_DATA_DIR_PATH[] = "/data/misc/bootanim"; variable
1985 mBootAnimWd = inotify_add_watch(mInotifyFd, BOOTANIM_DATA_DIR_PATH, IN_CREATE | IN_ATTRIB); in readyToRun()
1989 SLOGE("Could not add watch for %s: %s", BOOTANIM_DATA_DIR_PATH, strerror(errno)); in readyToRun()