Lines Matching refs:SavedObjectsDirectoryPath
781 StringRef SavedObjectsDirectoryPath, in writeGeneratedObject() argument
783 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()
818 if (SavedObjectsDirectoryPath.empty()) in run()
821 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()
823 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
825 report_fatal_error("Unexistent dir: '" + SavedObjectsDirectoryPath + "'"); in run()
845 if (SavedObjectsDirectoryPath.empty()) in run()
849 count, "", SavedObjectsDirectoryPath, *OutputBuffer); in run()
962 if (SavedObjectsDirectoryPath.empty()) in run()
966 count, CacheEntryPath, SavedObjectsDirectoryPath, in run()
1002 if (SavedObjectsDirectoryPath.empty()) { in run()
1024 count, CacheEntryPath, SavedObjectsDirectoryPath, *OutputBuffer); in run()