Lines Matching refs:EXTENSIONS
25 EXTENSIONS = types.SimpleNamespace()
26 EXTENSIONS.path = None
27 EXTENSIONS.ext = None
28 EXTENSIONS.filename = None
29 EXTENSIONS.file_path = None
30 EXTENSIONS.name = '_testcapi'
33 global EXTENSIONS
36 filename = EXTENSIONS.name + ext
39 EXTENSIONS.path = path
40 EXTENSIONS.ext = ext
41 EXTENSIONS.filename = filename
42 EXTENSIONS.file_path = file_path