Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/bltin/
A Dzircon.c239 const char *filename_start = strrchr(src_name, '/'); in mv_or_cp_to_dir() local
240 if (filename_start == NULL) { in mv_or_cp_to_dir()
241 filename_start = src_name; in mv_or_cp_to_dir()
243 filename_start++; in mv_or_cp_to_dir()
244 if (*filename_start == '\0') { in mv_or_cp_to_dir()
259 snprintf(full_filename, PATH_MAX, "%s%s", dest_name, filename_start); in mv_or_cp_to_dir()
261 snprintf(full_filename, PATH_MAX, "%s/%s", dest_name, filename_start); in mv_or_cp_to_dir()

Completed in 3 milliseconds