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

/external/libmtp/examples/
H A Dsendtr.c189 char *to_path_copy = NULL; local
200 to_path_copy = strdup(to_path);
201 parent = dirname(to_path_copy);
204 free (to_path_copy);
208 strcpy (to_path_copy,to_path);
209 filename = basename(to_path_copy);
214 free (to_path_copy);
219 free (to_path_copy);
230 free (to_path_copy);
385 free (to_path_copy);
[all...]

Completed in 61 milliseconds