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

  /external/chromium_org/tools/
run-bisect-manual-test.py 44 test_command = ('python %s --browser=%s --chrome-root=.' %
49 '-c', test_command,
  /external/chromium_org/tools/valgrind/
valgrind_test.py 302 test_command = self._args[0]
305 os.path.basename(test_command))
321 # fake_dsym is set. dsym_file is a copy of the original test_command
322 # before it was stripped. Copy it back to test_command so that
324 # test_command out of the way, it will be restored when this is
326 saved_test_command = test_command + '.stripped'
327 os.rename(test_command, saved_test_command)
328 shutil.copyfile(dsym_file, test_command)
329 shutil.copymode(saved_test_command, test_command)
336 dsymutil_command = ['dsymutil', test_command]
    [all...]

Completed in 120 milliseconds