Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
remove_file_on_device Namespace Reference

Variables

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

Variable Documentation

◆ adb

remove_file_on_device.adb = sys.argv[1]

Definition at line 10 of file remove_file_on_device.py.

◆ cmd

list remove_file_on_device.cmd = [adb, 'shell', 'rm', '-rf', path]

Definition at line 13 of file remove_file_on_device.py.

◆ output

remove_file_on_device.output
Initial value:
1= subprocess.check_output(
2 cmd, stderr=subprocess.STDOUT).decode('utf-8')
static DecodeResult decode(std::string path)

Definition at line 22 of file remove_file_on_device.py.

◆ path

remove_file_on_device.path = sys.argv[2]

Definition at line 11 of file remove_file_on_device.py.