Searched refs:cfd (Results 1 – 1 of 1) sorted by relevance
971 int cfd = TEMP_FAILURE_RETRY(open(path, O_RDONLY | O_CLOEXEC)); in DumpTraces() local972 len = read(cfd, data, sizeof(data) - 1); in DumpTraces()973 close(cfd); in DumpTraces()