Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp956 bool dst_isdir; in do_sync_push() local
961 dst_isdir = S_ISDIR(st.st_mode); in do_sync_push()
965 dst_isdir = false; in do_sync_push()
972 if (!dst_isdir) { in do_sync_push()
1003 if (!dst_isdir) { in do_sync_push()
1023 if (dst_isdir) { in do_sync_push()
1195 bool dst_isdir = dst_exists && S_ISDIR(st.st_mode); in do_sync_pull() local
1196 if (!dst_isdir) { in do_sync_pull()
1233 if (!dst_isdir) { in do_sync_pull()
1251 if (dst_isdir) { in do_sync_pull()