Searched refs:srcpath (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/share/grabbag/
H A Dfile.h39 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath);
40 off_t grabbag__file_get_filesize(const char *srcpath);
41 const char *grabbag__file_get_basename(const char *srcpath);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c51 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath) argument
56 if(0 == stat(srcpath, &srcstat)) {
64 off_t grabbag__file_get_filesize(const char *srcpath) argument
68 if(0 == stat(srcpath, &srcstat))
74 const char *grabbag__file_get_basename(const char *srcpath) argument
78 p = strrchr(srcpath, '/');
80 p = strrchr(srcpath, '\\');
82 return srcpath;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_windows_dsp39 for srcpath in `egrep "$match" $sources | sed -e 's/[ ].*//'`
46 set - `echo $srcpath | sed -e 's;\(.*\)/;../\\1 ;' \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c93 static off_t get_filesize_(const char *srcpath) argument
97 if(0 == stat(srcpath, &srcstat))

Completed in 116 milliseconds