Searched refs:checkfor (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/site_tests/platform_Flashrom/ |
D | platform_Flashrom.py | 31 def run_cmd(self, command, checkfor=''): argument 43 if checkfor and checkfor not in '\n'.join(output): 45 (checkfor, '\n'.join(output))) 50 self.run_cmd('flashrom -p host --wp-status', checkfor='is disabled') 52 self.run_cmd('flashrom -p ec --wp-status', checkfor='is disabled') 55 checkfor='is disabled')
|
/external/curl/ |
D | curl-config.in | 40 --checkfor [version] check for (lib)curl of the specified version 102 --checkfor) 103 checkfor=$2 104 cmajor=`echo $checkfor | cut -d. -f1` 105 cminor=`echo $checkfor | cut -d. -f2` 108 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1` 117 echo "requested version $checkfor is newer than existing @CURLVERSION@"
|
D | CHANGES.0 | 6409 - Added a --checkfor option to curl-config to allow users to easier 6411 new-enough libcurl version. If --checkfor is given a version string
|
/external/autotest/server/site_tests/platform_LabFirmwareUpdate/ |
D | platform_LabFirmwareUpdate.py | 39 self._run_cmd('flashrom -p host --wp-status', checkfor='is disabled') 45 self._run_cmd('flashrom -p ec --wp-status', checkfor='is disabled') 49 checkfor='is disabled') 51 def _run_cmd(self, command, checkfor=''): argument 58 if checkfor and checkfor not in ''.join(output): 60 (checkfor, ' '.join(output)))
|