Lines Matching defs:fd
61 int* fd = (int*)file; in read_callback() local
66 static Result<std::vector<uint8_t>> createDigest(int fd) { in createDigest()
95 unique_fd fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_RDONLY | O_CLOEXEC))); in createDigest() local
121 static Result<std::string> measureFsVerity(int fd) { in measureFsVerity()
137 unique_fd fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_RDONLY | O_CLOEXEC))); in measureFsVerity() local
147 static Result<void> enableFsVerity(int fd) { in enableFsVerity()
163 unique_fd fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_RDONLY | O_CLOEXEC))); in enableFsVerity() local
171 static Result<bool> isFileInVerity(int fd) { in isFileInVerity()
186 unique_fd fd(TEMP_FAILURE_RETRY(open(it->path().c_str(), O_RDONLY | O_CLOEXEC))); in addFilesToVerityRecursive() local
250 unique_fd fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_RDONLY | O_CLOEXEC))); in verifyAllFilesUsingCompOs() local
292 int fd = open(path.c_str(), O_RDONLY | O_CLOEXEC); in addCertToFsVerityKeyring() local