Searched refs:do_sync_push (Results 1 – 5 of 5) sorted by relevance
/packages/modules/adb/client/ |
D | file_sync_client.h | 25 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync,
|
D | fastdeploy.cpp | 115 if (!do_sync_push(srcs, dst, sync, CompressionType::Any, false)) { in push_to_device()
|
D | adb_install.cpp | 295 if (do_sync_push(apk_file, apk_dest.c_str(), false, CompressionType::Any, false)) { in install_app_legacy()
|
D | commandline.cpp | 1970 return do_sync_push(srcs, dst, sync, compression, dry_run) ? 0 : 1; in adb_commandline()
|
D | file_sync_client.cpp | 1431 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync, in do_sync_push() function
|