Home
last modified time | relevance | path

Searched refs:tvh_fopen (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/dvr/
H A Ddvr_cutpoints.c148 FILE *file = tvh_fopen(path, "r"); in dvr_parse_file()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dwrappers.c103 tvh_fopen(const char *filename, const char *mode) in tvh_fopen() function
H A Dfilebundle.c326 FILE *fp = tvh_fopen(path, "rb"); in fb_open2()
H A Dimagecache.c226 if (!(fp = tvh_fopen(tpath, "wb"))) in imagecache_new_contents()
H A Dtvheadend.h696 FILE *tvh_fopen(const char *filename, const char *mode);
H A Dtvhlog.c311 *fp = tvh_fopen(path, "a"); in tvhlog_process()
H A Dmain.c1090 pidfile = tvh_fopen(opt_pidpath, "w+"); in main()
H A Dhttpc.c1941 fp = tvh_fopen(path, "r"); in http_client_testsuite_run()