Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.h27 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs,
H A Dbugreport.cpp297 return do_sync_pull(srcs, dst, copy_attrs, CompressionType::None, name); in DoSyncPull()
H A Dcommandline.cpp1980 return do_sync_pull(srcs, dst, copy_attrs, compression) ? 0 : 1; in adb_commandline()
H A Dfile_sync_client.cpp1663 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() function
/aosp12/packages/modules/adb/
H A Dbugreport_test.cpp45 bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool copy_attrs, in do_sync_pull() function