Searched refs:file_fd_mpo (Results 1 – 1 of 1) sorted by relevance
2393 int file_fd_mpo = open(buf_mpo, O_RDWR | O_CREAT, 0777); in composeMpo() local2394 if (file_fd_mpo >= 0) { in composeMpo()2395 ssize_t written_len = write(file_fd_mpo, in composeMpo()2398 fchmod(file_fd_mpo, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in composeMpo()2401 close(file_fd_mpo); in composeMpo()