Lines Matching defs:CrashDiagDir
1571 SmallString<128> &CrashDiagDir) {
1579 path::home_directory(CrashDiagDir);
1580 if (CrashDiagDir.starts_with("/var/root"))
1581 CrashDiagDir = "/";
1582 path::append(CrashDiagDir, "Library/Logs/DiagnosticReports");
1595 for (fs::directory_iterator File(CrashDiagDir, EC), FileEnd;
1878 SmallString<128> CrashDiagDir;
1879 if (getCrashDiagnosticFile(ReproCrashFilename, CrashDiagDir)) {
1883 llvm::sys::path::append(CrashDiagDir, Name);
1884 CrashDiagDir += "_<YYYY-MM-DD-HHMMSS>_<hostname>.crash";
1888 << CrashDiagDir.str();