Searched refs:patchDevicePath (Results 1 – 2 of 2) sorted by relevance
/system/core/adb/client/ |
D | fastdeploy.cpp | 274 std::string patchDevicePath = in get_patch_path() local 276 return patchDevicePath; in get_patch_path() 282 std::string patchDevicePath = get_patch_path(apkPath); in apply_patch_on_device() local 285 bool push_ok = do_sync_push(srcs, patchDevicePath.c_str(), false); in apply_patch_on_device() 287 error_exit("Error pushing %s to %s returned", patchPath, patchDevicePath.c_str()); in apply_patch_on_device() 292 patchDevicePath.c_str(), outputPath); in apply_patch_on_device() 304 std::string patchDevicePath = in install_patch() local 308 bool push_ok = do_sync_push(srcs, patchDevicePath.c_str(), false); in install_patch() 310 error_exit("Error pushing %s to %s returned", patchPath, patchDevicePath.c_str()); in install_patch() 331 patchDevicePath.c_str(), argsString.c_str()); in install_patch()
|
D | adb_install.cpp | 137 std::string patchDevicePath = get_patch_path(apkPath); in delete_device_patch_file() local 138 return delete_device_file(patchDevicePath); in delete_device_patch_file()
|