reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
285 MAP_FILE | MAP_SHARED, fd, 0); 348 fd = open(filename, O_RDWR | O_BINARY); 350 if (fd == -1) { 354 fd = open(filename, O_RDWR | O_CREAT | O_BINARY, 0644); 355 if (fd == -1) { 358 fd = open(filename, O_RDWR | O_CREAT | O_BINARY, 0644); 359 if (fd == -1) { 373 lprofLockFd(fd); 374 output_file = fdopen(fd, mode); 583 lprofUnlockFd(fd);