Searched refs:rawFd (Results 1 – 1 of 1) sorted by relevance
32 int rawFd = TEMP_FAILURE_RETRY(::open(devicePath_.c_str(), O_WRONLY | O_NOFOLLOW | O_CLOEXEC)); in storeKey() local33 unique_fd fd(rawFd); in storeKey()50 int rawFd = TEMP_FAILURE_RETRY(::open(devicePath_.c_str(), O_RDONLY | O_NOFOLLOW | O_CLOEXEC)); in retrieveKey() local51 unique_fd fd(rawFd); in retrieveKey()