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 196 delete_file_list = [run_obj.remote_control_file,
200 cmd = ';'.join('rm -f ' + control for control in delete_file_list)
autotest.py 401 delete_file_list = [atrun.remote_control_file,
405 cmd = ';'.join('rm -f ' + control for control in delete_file_list)
    [all...]

Completed in 1868 milliseconds