HomeSort by relevance Sort by last modified time
    Searched refs:delete_file_list (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/
autotest_unittest.py 199 delete_file_list = [run_obj.remote_control_file,
203 cmd = ';'.join('rm -f ' + control for control in delete_file_list)
autotest.py 509 delete_file_list = [atrun.remote_control_file,
513 cmd = ';'.join('rm -f ' + control for control in delete_file_list)
    [all...]

Completed in 189 milliseconds