Searched refs:trace_file_path (Results 1 – 3 of 3) sorted by relevance
184 trace_file_path = util.GetSequentialFileName(187 with open(trace_file_path, 'w') as f:190 page, 'trace_path', 'string', trace_file_path))192 logging.error('Cannot open %s. %s' % (trace_file_path, e))
111 std::string trace_file_path = in ViEBaseAPITest() local113 EXPECT_EQ(0, video_engine->SetTraceFile(trace_file_path.c_str())); in ViEBaseAPITest()
40 explicit FileTraceDataSink(const base::FilePath& trace_file_path, in FileTraceDataSink() argument42 : file_path_(trace_file_path), in FileTraceDataSink()