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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp783 const char* DumpTracesTombstoned(const std::string& traces_dir);
789 const std::string traces_dir = android::base::GetProperty("dalvik.vm.stack-trace-dir", ""); local
790 if (!traces_dir.empty()) {
791 return DumpTracesTombstoned(traces_dir);
802 const char* DumpTracesTombstoned(const std::string& traces_dir) { argument
803 const std::string temp_file_pattern = traces_dir + "/dumptrace_XXXXXX";

Completed in 18 milliseconds