Searched defs:g_pprof_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsymbolize.cc74 static string* g_pprof_path = new string(FLAGS_symbolize_pprof); variable
132 if (access(g_pprof_path->c_str(), R_OK) != 0) {
194 execlp(g_pprof_path->c_str(), g_pprof_path->c_str(),

Completed in 238 milliseconds