Searched refs:anrtraces_path (Results 1 – 1 of 1) sorted by relevance
908 std::string anrtraces_path = traces_path + ".anr"; in DumpTraces() local909 if (rename(traces_path.c_str(), anrtraces_path.c_str()) && errno != ENOENT) { in DumpTraces()910 … MYLOGE("rename(%s, %s): %s\n", traces_path.c_str(), anrtraces_path.c_str(), strerror(errno)); in DumpTraces()1046 rename(anrtraces_path.c_str(), traces_path.c_str()); in DumpTraces()