Lines Matching refs:filename_with_path
83 char filename_with_path[PATHLENMAX]; variable
1929 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname); in hevcdec_main()
1930 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in hevcdec_main()
1970 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in hevcdec_main()
1971 ps_ip_file = fopen(filename_with_path, "rb"); in hevcdec_main()
1987 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname); in hevcdec_main()
1988 ps_piclen_file = fopen(filename_with_path, "rb"); in hevcdec_main()
2006 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in hevcdec_main()
2007 ps_op_file = fopen(filename_with_path, "wb"); in hevcdec_main()
2026 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in hevcdec_main()
2027 ps_op_chksum_file = fopen(filename_with_path, "wb"); in hevcdec_main()