Home
last modified time | relevance | path

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

/external/autotest/tko/
Dfrontend.py9 root_url_file = os.path.join(tko, '.root_url') variable
10 if os.path.exists(root_url_file):
11 html_root = open(root_url_file, 'r').readline().rstrip()