Searched refs:buf_main (Results 1 – 1 of 1) sorted by relevance
2343 char buf_main[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local2344 memset(buf_main, 0, sizeof(buf_main)); in composeMpo()2345 snprintf(buf_main, sizeof(buf_main), in composeMpo()2348 int file_fd_main = open(buf_main, O_RDWR | O_CREAT, 0777); in composeMpo()