Searched refs:dst_exists (Results 1 – 1 of 1) sorted by relevance
955 bool dst_exists; in do_sync_push() local960 dst_exists = true; in do_sync_push()964 dst_exists = false; in do_sync_push()981 if (dst[dst_len - 1] == '/' && dst_exists) { in do_sync_push()1002 if (dst_exists) { in do_sync_push()1175 bool dst_exists = true; in do_sync_pull() local1178 dst_exists = false; in do_sync_pull()1195 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull()1205 if (adb_is_separator(dst[dst_len - 1]) && dst_exists) { in do_sync_pull()1232 if (dst_exists) { in do_sync_pull()