Searched refs:traces_dir (Results 1 – 1 of 1) sorted by relevance
783 const char* DumpTracesTombstoned(const std::string& traces_dir);789 const std::string traces_dir = android::base::GetProperty("dalvik.vm.stack-trace-dir", ""); in dump_traces() local790 if (!traces_dir.empty()) { in dump_traces()791 return DumpTracesTombstoned(traces_dir); in dump_traces()802 const char* DumpTracesTombstoned(const std::string& traces_dir) { in DumpTracesTombstoned() argument803 const std::string temp_file_pattern = traces_dir + "/dumptrace_XXXXXX"; in DumpTracesTombstoned()