Home
last modified time | relevance | path

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

/external/autotest/utils/frozen_chromite/lib/
Dnebraska_wrapper.py269 def CollectLogs(self, target_log): argument
276 self._device.CopyFromDevice(self._log_file, target_log)
282 def CollectRequestLogs(self, target_log): argument
296 self._device.CopyFromDevice(self.REQUEST_LOG_FILE_PATH, target_log)
/external/cronet/components/metrics/
Dunsent_log_store_unittest.cc283 std::string target_log = "First to keep"; in TEST_F() local
284 target_log += GenerateLogWithMinCompressedSize(log_size); in TEST_F()
291 target_log, log_metadata, in TEST_F()
310 result_unsent_log_store.ExpectNextLog(target_log); in TEST_F()
323 std::string target_log = "First that should be trimmed"; in TEST_F() local
324 target_log += GenerateLogWithMinCompressedSize(log_size); in TEST_F()
326 unsent_log_store.StoreLog(target_log, log_metadata, in TEST_F()