Flutter Engine
The Flutter Engine
|
Variables | |
adb = sys.argv[1] | |
path = sys.argv[2] | |
list | cmd = [adb, 'shell', 'rm', '-rf', path] |
output | |
remove_file_on_device.adb = sys.argv[1] |
Definition at line 10 of file remove_file_on_device.py.
Definition at line 13 of file remove_file_on_device.py.
remove_file_on_device.output |
Definition at line 22 of file remove_file_on_device.py.
remove_file_on_device.path = sys.argv[2] |
Definition at line 11 of file remove_file_on_device.py.