Home
last modified time | relevance | path

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

/system/core/watchdogd/
Dwatchdogd.cpp26 #define DEV_NAME "/dev/watchdog" macro
39 int fd = open(DEV_NAME, O_RDWR | O_CLOEXEC); in main()
41 PLOG(ERROR) << "Failed to open " << DEV_NAME; in main()