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