Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Dutils.cpp783 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() local
790 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() argument
803 const std::string temp_file_pattern = traces_dir + "/dumptrace_XXXXXX"; in DumpTracesTombstoned()