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

  /external/autotest/server/site_tests/tast/
tast.py 62 _TAST_PATH = '/usr/bin/tast'
137 self._tast_path = self._get_path((self._TAST_PATH, self._SSP_TAST_PATH))
211 utils.run([self._tast_path, '-version'],
237 self._tast_path,
tast_unittest.py 104 self._tast_path = create_file(
105 tast.tast._SSP_TAST_PATH if ssp else tast.tast._TAST_PATH,
172 path = os.path.join(os.path.dirname(self._tast_path), 'config.json')
401 os.remove(self._get_path_in_root(tast.tast._TAST_PATH))

Completed in 188 milliseconds