Searched refs:buf_mpo (Results 1 – 1 of 1) sorted by relevance
2390 char buf_mpo[QCAMERA_MAX_FILEPATH_LENGTH]; in composeMpo() local2391 memset(buf_mpo, 0, sizeof(buf_mpo)); in composeMpo()2392 snprintf(buf_mpo, sizeof(buf_mpo), in composeMpo()2395 int file_fd_mpo = open(buf_mpo, O_RDWR | O_CREAT, 0777); in composeMpo()