Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 3 of 3) sorted by relevance

/development/testrunner/test_defs/
Dtest_defs.py46 def Parse(self, file_path): argument
55 doc = xml.dom.minidom.parse(file_path)
58 logger.Log("test file %s does not exist" % file_path)
61 logger.Log("Error Parsing xml file: %s " % file_path)
64 logger.Log("Error Parsing xml file: %s Reason: %s" % (file_path, e.msg))
120 def Parse(file_path): argument
131 tests_result.Parse(file_path)
/development/testrunner/
Dcoverage_targets.py48 def Parse(self, file_path): argument
57 doc = xml.dom.minidom.parse(file_path)
60 logger.Log('Results file %s does not exist' % file_path)
63 logger.Log('Error Parsing xml file: %s ' % file_path)
/development/scripts/app_engine_server/
Dmemcache_zipserve.py511 def GetFromStore(self, file_path): argument
530 archive_name = self.MapFileToArchive(file_path)
541 resp_data = zip_archive.read(file_path)
546 logging.info('%s read from %s', file_path, archive_name)
580 def MapFileToArchive(self, file_path): argument
601 if self.CompareFilenames(target[1], file_path) >= 0: