Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/bltin/
A Dzircon.c171 if (! verify_file(false, src_name)) { in cp_here()
179 if ((fdi = open(src_name, O_RDONLY)) < 0) { in cp_here()
180 fprintf(stderr, "cp: cannot open '%s'\n", src_name); in cp_here()
216 if (! verify_file(true, src_name)) { in mv_here()
220 if (rename(src_name, dest_name)) { in mv_here()
223 rename(src_name, dest_name)) { in mv_here()
232 static int mv_or_cp_to_dir(bool is_mv, const char *src_name, in mv_or_cp_to_dir() argument
235 if (! verify_file(is_mv, src_name)) { in mv_or_cp_to_dir()
239 const char *filename_start = strrchr(src_name, '/'); in mv_or_cp_to_dir()
241 filename_start = src_name; in mv_or_cp_to_dir()
[all …]

Completed in 3 milliseconds