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

  /external/autotest/client/cros/
asan.py 22 scanelf_command = "scanelf -qF'%s#F'"
23 scanelf_command += " -gs %s `which %s`" % (_ASAN_SYMBOL, binary)
24 symbol = utils.system_output(scanelf_command)
  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 173 scanelf_command = "scanelf -qF'%s#F'"
174 scanelf_command += " -gs %s `which debugd`" % self._ASAN_SYMBOL
175 symbol = utils.system_output(scanelf_command)

Completed in 210 milliseconds