Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.cpp924 bool dst_exists; in do_sync_push() local
929 dst_exists = true; in do_sync_push()
933 dst_exists = false; in do_sync_push()
950 if (dst[dst_len - 1] == '/' && dst_exists) { in do_sync_push()
971 if (dst_exists) { in do_sync_push()
1144 bool dst_exists = true; in do_sync_pull() local
1147 dst_exists = false; in do_sync_pull()
1164 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull()
1174 if (adb_is_separator(dst[dst_len - 1]) && dst_exists) { in do_sync_pull()
1201 if (dst_exists) { in do_sync_pull()