Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/
Dports.py32 with open(constants.TEST_SERVER_PORT_FILE, 'w') as fp:
55 if not os.path.exists(constants.TEST_SERVER_PORT_FILE):
57 with open(constants.TEST_SERVER_PORT_FILE, 'r+') as fp:
Dconstants.py110 TEST_SERVER_PORT_FILE = '/tmp/test_server_port' variable