Searched refs:buf_aux (Results 1 – 1 of 1) sorted by relevance
2360 char buf_aux[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local2361 memset(buf_aux, 0, sizeof(buf_aux)); in composeMpo()2362 snprintf(buf_aux, sizeof(buf_aux), in composeMpo()2365 int file_fd_aux = open(buf_aux, O_RDWR | O_CREAT, 0777); in composeMpo()