Home
last modified time | relevance | path

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

/system/core/init/
Dwatchdogd.cpp28 #define DEV_NAME "/dev/watchdog" macro
43 int fd = open(DEV_NAME, O_RDWR|O_CLOEXEC); in watchdogd_main()
45 ERROR("watchdogd: Failed to open %s: %s\n", DEV_NAME, strerror(errno)); in watchdogd_main()