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