Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.h25 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync,
H A Dfastdeploy.cpp115 if (!do_sync_push(srcs, dst, sync, CompressionType::Any, false)) { in push_to_device()
H A Dadb_install.cpp295 if (do_sync_push(apk_file, apk_dest.c_str(), false, CompressionType::Any, false)) { in install_app_legacy()
H A Dcommandline.cpp1970 return do_sync_push(srcs, dst, sync, compression, dry_run) ? 0 : 1; in adb_commandline()
H A Dfile_sync_client.cpp1441 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync, in do_sync_push() function