Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.h84 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst);
Dcommandline.cpp1817 return do_sync_push(srcs, dst) ? 0 : 1; in adb_commandline()
2250 if (!do_sync_push(apk_file, apk_dest.c_str())) goto cleanup_apk; in install_app_legacy()
Dfile_sync_client.cpp919 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst) { in do_sync_push() function