Home
last modified time | relevance | path

Searched refs:_check_file (Results 1 – 2 of 2) sorted by relevance

/developtools/integration_verification/tools/startup_guard/config_parser_mgr/param/
Dsystem_parameter_parser.py118 def _check_file(self, file): member in ParameterFileParser
132 if self._check_file(file):
/developtools/hdc/scripts/
Ddev_hdc_test.py252 def _check_file(local, remote): function
274 return check_shell(cmd) and _check_file(local_path, remote_path)
281 return check_shell(cmd) and _check_file(local_path, remote_path)
303 return _check_file(local, remote)