Searched refs:procFd (Results 1 – 1 of 1) sorted by relevance
206 auto procFd = sys.open(procTarget, O_CLOEXEC | O_WRONLY); in enableStablePrivacyAddresses() local210 if (equalToErrno(procFd, ENOENT)) { in enableStablePrivacyAddresses()216 RETURN_IF_NOT_OK(procFd); in enableStablePrivacyAddresses()228 RETURN_IF_NOT_OK(sys.write(procFd.value(), makeSlice(secret))); in enableStablePrivacyAddresses()