Home
last modified time | relevance | path

Searched refs:file_full_path (Results 1 – 1 of 1) sorted by relevance

/test/vts/runners/host/
Dutils.py217 def load_config(file_full_path): argument
223 if not os.path.isfile(file_full_path):
229 new_path = os.path.join(base_path, file_full_path)
232 file_full_path = new_path
235 with open(file_full_path, 'r') as f: