Searched refs:file_fd_aux (Results 1 – 1 of 1) sorted by relevance
2367 int file_fd_aux = open(buf_aux, O_RDWR | O_CREAT, 0777); in composeMpo() local2368 if (file_fd_aux >= 0) { in composeMpo()2369 ssize_t written_len = write(file_fd_aux, in composeMpo()2372 fchmod(file_fd_aux, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in composeMpo()2375 close(file_fd_aux); in composeMpo()