Searched refs:dumptraces_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1036 static std::string dumptraces_path = android::base::StringPrintf( local
1038 if (rename(traces_path.c_str(), dumptraces_path.c_str())) {
1039 MYLOGE("rename(%s, %s): %s\n", traces_path.c_str(), dumptraces_path.c_str(),
1043 result = dumptraces_path.c_str();

Completed in 108 milliseconds