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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Doptions.c209 struct media_dir_s *media_path, *last_path; local
216 last_path = media_path;
218 free(last_path);
H A Dalbumart.c169 static char last_path[PATH_MAX]; local
186 if( link(last_path, art_path) == 0 )
197 if( link(last_path, art_path) == 0 )
200 DPRINTF(E_WARN, L_METADATA, "Linking %s to %s failed [%s]\n", art_path, last_path, strerror(errno));
257 strcpy(last_path, art_path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dalbumart.c183 static char last_path[PATH_MAX]; local
200 if( link(last_path, art_path) == 0 )
211 if( link(last_path, art_path) == 0 )
214 DPRINTF(E_WARN, L_METADATA, "Linking %s to %s failed [%s]\n", art_path, last_path, strerror(errno));
268 strcpy(last_path, art_path);
H A Dminidlna.c1045 struct media_dir_s * last_path; local
1049 last_path = media_path;
1051 free(last_path);

Completed in 44 milliseconds