Home
last modified time | relevance | path

Searched defs:rawFd (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/rebootescrow/aidl/default/
DRebootEscrow.cpp32 int rawFd = TEMP_FAILURE_RETRY(::open(devicePath_.c_str(), O_WRONLY | O_NOFOLLOW | O_CLOEXEC)); in storeKey() local
50 int rawFd = TEMP_FAILURE_RETRY(::open(devicePath_.c_str(), O_RDONLY | O_NOFOLLOW | O_CLOEXEC)); in retrieveKey() local