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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmv.c38 struct stat dest_stat; local
50 if (stat(dest, &dest_stat) < 0) {
59 if (S_ISDIR(dest_stat.st_mode) &&
65 if (!S_ISDIR(dest_stat.st_mode) && source_exists &&
89 struct stat dest_stat; local
92 if (stat(dest, &dest_stat) < 0) {
143 struct stat dest_stat; local
146 if (stat(argv[optind + 1], &dest_stat) < 0) {
152 if (!dest_exists || !S_ISDIR(dest_stat.st_mode)) {
H A Dcp.c72 struct stat dest_stat; local
85 if (stat(argv[optind + 1], &dest_stat) < 0) {
93 (!dest_exists || !S_ISDIR(dest_stat.st_mode))) ||
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dcopy_file.c39 struct stat dest_stat; local
51 if (stat(dest, &dest_stat) < 0) {
59 if (dest_exists && source_stat.st_rdev == dest_stat.st_rdev &&
60 source_stat.st_ino == dest_stat.st_ino) {
77 if (!S_ISDIR(dest_stat.st_mode)) {

Completed in 37 milliseconds