Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp1437 bool dst_exists; in do_sync_push() local
1442 dst_exists = true; in do_sync_push()
1446 dst_exists = false; in do_sync_push()
1463 if (dst[dst_len - 1] == '/' && dst_exists) { in do_sync_push()
1484 if (dst_exists) { in do_sync_push()
1660 bool dst_exists = true; in do_sync_pull() local
1663 dst_exists = false; in do_sync_pull()
1680 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull()
1690 if (adb_is_separator(dst[dst_len - 1]) && dst_exists) { in do_sync_pull()
1717 if (dst_exists) { in do_sync_pull()