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

Variables

 startDir = os.path.dirname(os.path.abspath(__file__))
 
int fileNum = 1
 
 suffix
 
 delete
 
 False
 
 mode
 
str pathInZip = '%d_%s' % (fileNum, file)
 
 inputSkSL = skslFile.read()
 
 output
 

Variable Documentation

◆ delete

update_fuzzer.delete

Definition at line 26 of file update_fuzzer.py.

◆ False

update_fuzzer.False

Definition at line 26 of file update_fuzzer.py.

◆ fileNum

int update_fuzzer.fileNum = 1

Definition at line 23 of file update_fuzzer.py.

◆ inputSkSL

update_fuzzer.inputSkSL = skslFile.read()

Definition at line 41 of file update_fuzzer.py.

◆ mode

update_fuzzer.mode

Definition at line 26 of file update_fuzzer.py.

◆ output

update_fuzzer.output
Initial value:
1= subprocess.check_output(
2 ['gsutil', 'cp', pathToZip.name,
3 'gs://skia-fuzzer/oss-fuzz/sksl_seed_corpus.zip'],
4 stderr=subprocess.STDOUT)

Definition at line 47 of file update_fuzzer.py.

◆ pathInZip

str update_fuzzer.pathInZip = '%d_%s' % (fileNum, file)

Definition at line 37 of file update_fuzzer.py.

◆ startDir

update_fuzzer.startDir = os.path.dirname(os.path.abspath(__file__))

Definition at line 22 of file update_fuzzer.py.

◆ suffix

update_fuzzer.suffix

Definition at line 26 of file update_fuzzer.py.