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