Lines Matching defs:fd
31 int fd = open(filePath.c_str(), O_RDWR | O_CREAT);32 if (fd == -1) {45 if (fcntl(fd, F_SETLK, &fl) == -1) {47 close(fd);52 close(fd);58 int fd = open(filePath.c_str(), O_RDWR | O_CREAT);59 if (fd == -1) {70 if (fcntl(fd, F_SETLK, &fl) == -1) {72 close(fd);77 close(fd);