Searched refs:system_trace_exists (Results 1 – 1 of 1) sorted by relevance
1094 bool system_trace_exists = access(SYSTEM_TRACE_SNAPSHOT, F_OK) == 0; in MaybeAddSystemTraceToZip() local1095 if (!system_trace_exists) { in MaybeAddSystemTraceToZip()3369 bool system_trace_exists = access(SYSTEM_TRACE_SNAPSHOT, F_OK) == 0; in RunInternal() local3370 if (options_->use_predumped_ui_data && !system_trace_exists) { in RunInternal()