Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.h23 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync);
Dfastdeploy.cpp102 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()
Dadb_install.cpp277 if (!do_sync_push(apk_file, apk_dest.c_str(), false)) goto cleanup_apk; in install_app_legacy()
Dfile_sync_client.cpp950 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync) { in do_sync_push() function
Dcommandline.cpp1797 return do_sync_push(srcs, dst, sync) ? 0 : 1; in adb_commandline()