Home
last modified time | relevance | path

Searched refs:file_fd_aux (Results 1 – 1 of 1) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.cpp2365 int file_fd_aux = open(buf_aux, O_RDWR | O_CREAT, 0777); in composeMpo() local
2366 if (file_fd_aux >= 0) { in composeMpo()
2367 ssize_t written_len = write(file_fd_aux, in composeMpo()
2370 fchmod(file_fd_aux, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in composeMpo()
2373 close(file_fd_aux); in composeMpo()