Searched refs:REMOTE_PATH (Results 1 – 1 of 1) sorted by relevance
/developtools/hdc/scripts/ |
D | hdc_test.py | 36 REMOTE_PATH = "/data/local/tmp/" variable 54 'remote': "{}{}".format(REMOTE_PATH, "hdc.log") 58 'remote': "{}{}".format(REMOTE_PATH, "log") 61 'remote': "{}{}".format(REMOTE_PATH, "hdc.log"), 65 'remote': "{}{}".format(REMOTE_PATH, "log"), 70 'remote': "{}{}".format(REMOTE_PATH, "empty.txt") 111 'send_file_one': "{}{}".format(REMOTE_PATH, "a100M.txt"), 112 'send_file_two': "{}{}".format(REMOTE_PATH, "c100M.txt"), 113 'recv_file': "{}{}".format(REMOTE_PATH, "recv100M.txt"), 119 'send_file_one': "{}{}".format(REMOTE_PATH, "send_one.log"), [all …]
|