Searched refs:file_fd_main (Results 1 – 1 of 1) sorted by relevance
2348 int file_fd_main = open(buf_main, O_RDWR | O_CREAT, 0777); in composeMpo() local2349 if (file_fd_main >= 0) { in composeMpo()2350 ssize_t written_len = write(file_fd_main, in composeMpo()2353 fchmod(file_fd_main, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in composeMpo()2356 close(file_fd_main); in composeMpo()