Searched refs:do_sync_push (Results 1 – 3 of 3) sorted by relevance
84 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst);
1817 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()
919 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst) { in do_sync_push() function