Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp1447 bool dst_exists; in do_sync_push() local
1452 dst_exists = true; in do_sync_push()
1456 dst_exists = false; in do_sync_push()
1473 if (dst[dst_len - 1] == '/' && dst_exists) { in do_sync_push()
1494 if (dst_exists) { in do_sync_push()
1670 bool dst_exists = true; in do_sync_pull() local
1673 dst_exists = false; in do_sync_pull()
1690 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull()
1700 if (adb_is_separator(dst[dst_len - 1]) && dst_exists) { in do_sync_pull()
1727 if (dst_exists) { in do_sync_pull()