Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp1459 size_t dst_len = strlen(dst); in do_sync_push() local
1463 if (dst[dst_len - 1] == '/' && dst_exists) { in do_sync_push()
1686 size_t dst_len = strlen(dst); in do_sync_pull() local
1690 if (adb_is_separator(dst[dst_len - 1]) && dst_exists) { in do_sync_pull()