Searched refs:do_sync_pull (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.h | 27 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
|
D | bugreport.cpp | 297 return do_sync_pull(srcs, dst, copy_attrs, CompressionType::None, name); in DoSyncPull()
|
D | commandline.cpp | 1980 return do_sync_pull(srcs, dst, copy_attrs, compression) ? 0 : 1; in adb_commandline()
|
D | file_sync_client.cpp | 1653 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() function
|
/packages/modules/adb/ |
D | bugreport_test.cpp | 45 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() function
|