Home
last modified time | relevance | path

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

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