Searched refs:log_file_path (Results 1 – 9 of 9) sorted by relevance
17 log_file_path = os.path.join(constants.GetOutDirectory(), 'test_logs')18 if not os.path.exists(log_file_path):19 os.mkdir(log_file_path)21 log_file_path, re.sub(r'\W', '_', test_type).lower() + '.log')
38 def log_file_path(self): member in BrowserBackend43 if not self.log_file_path:45 with file(self.log_file_path) as f:59 local_path=self.log_file_path)
29 def log_file_path(self): member in BrowserBackendLogsUploadingUnittest.testUploadingToCLoudStorage.FakeBrowserBackend
151 def log_file_path(self): member in DesktopBrowserBackend156 return (self.browser_options.logs_cloud_bucket and self.log_file_path and157 os.path.isfile(self.log_file_path))283 'Chrome log file will be saved in %s\n' % self.log_file_path)284 env['CHROME_LOG_FILE'] = self.log_file_path
51 def log_file_path(self): member in CrOSBrowserBackend
63 def log_file_path(self): member in AndroidBrowserBackend
738 log_file_path = os.path.dirname(log_file)739 key = log_file_path.split(self.resultdir, 1)[1].strip(os.sep)
173 os.path.isfile(self._browser._browser_backend.log_file_path))
120 def log_file_path(self): member in AndroidPlatformBackend