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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Doptions.c185 struct media_dir_s *media_path, *last_path; local
192 last_path = media_path;
194 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Doptions.c185 struct media_dir_s *media_path, *last_path; local
192 last_path = media_path;
194 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Doptions.c185 struct media_dir_s *media_path, *last_path; local
192 last_path = media_path;
194 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);

Completed in 125 milliseconds