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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcp.c73 int source_exists = 1; local
82 source_exists = 0;
92 if (((!source_exists || !S_ISDIR(source_stat.st_mode)) &&
H A Dmv.c39 int source_exists = 1; local
47 source_exists = 0;
60 (!source_exists || !S_ISDIR(source_stat.st_mode))) {
65 if (!S_ISDIR(dest_stat.st_mode) && source_exists &&

Completed in 33 milliseconds