Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Variables
remove_file_on_device.py File Reference

Go to the source code of this file.

Namespaces

namespace  remove_file_on_device
 

Variables

 remove_file_on_device.adb = sys.argv[1]
 
 remove_file_on_device.path = sys.argv[2]
 
list remove_file_on_device.cmd = [adb, 'shell', 'rm', '-rf', path]
 
 remove_file_on_device.output