Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.h24 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
Dbugreport.cpp285 return do_sync_pull(srcs, dst, copy_attrs, name); in DoSyncPull()
Dfile_sync_client.cpp1168 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, in do_sync_pull() function
Dcommandline.cpp1805 return do_sync_pull(srcs, dst, copy_attrs) ? 0 : 1; in adb_commandline()
/system/core/adb/
Dbugreport_test.cpp45 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() function