Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc558 FILE *efp = fopen(perf_stderr_path.c_str(), "w"); in invoke_perf() local
559 if (efp) { in invoke_perf()
560 dup2(fileno(efp), STDERR_FILENO); in invoke_perf()
561 dup2(fileno(efp), STDOUT_FILENO); in invoke_perf()