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