Searched refs:trace_file_path (Results 1 – 2 of 2) sorted by relevance
469 const char* trace_file_path = nullptr; in TraceProcessorMain() local512 trace_file_path = argv[i]; in TraceProcessorMain()515 if (trace_file_path == nullptr) { in TraceProcessorMain()523 base::ScopedFile fd(base::OpenFile(trace_file_path, O_RDONLY)); in TraceProcessorMain()525 PERFETTO_ELOG("Could not open trace file (path: %s)", trace_file_path); in TraceProcessorMain()
1179 trace_file_path = os.path.join(1182 if not gfile.Exists(trace_file_path):1185 'appropriate properties.'%trace_file_path)