Searched refs:do_sync_push (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/client/ |
D | file_sync_client.h | 23 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync);
|
D | fastdeploy.cpp | 102 if (do_sync_push(srcs, kDeviceAgentPath, checkTimeStamps)) { in deploy_agent() 285 bool push_ok = do_sync_push(srcs, patchDevicePath.c_str(), false); in apply_patch_on_device() 308 bool push_ok = do_sync_push(srcs, patchDevicePath.c_str(), false); in install_patch()
|
D | adb_install.cpp | 277 if (!do_sync_push(apk_file, apk_dest.c_str(), false)) goto cleanup_apk; in install_app_legacy()
|
D | file_sync_client.cpp | 950 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync) { in do_sync_push() function
|
D | commandline.cpp | 1797 return do_sync_push(srcs, dst, sync) ? 0 : 1; in adb_commandline()
|