Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp1438 bool dst_isdir; in do_sync_push() local
1443 dst_isdir = S_ISDIR(st.st_mode); in do_sync_push()
1447 dst_isdir = false; in do_sync_push()
1454 if (!dst_isdir) { in do_sync_push()
1485 if (!dst_isdir) { in do_sync_push()
1506 if (dst_isdir) { in do_sync_push()
1680 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull() local
1681 if (!dst_isdir) { in do_sync_pull()
1718 if (!dst_isdir) { in do_sync_pull()
1736 if (dst_isdir) { in do_sync_pull()