Searched refs:SavedObjectsDirectoryPath (Results 1 – 2 of 2) sorted by relevance
833 StringRef SavedObjectsDirectoryPath, in writeGeneratedObject() argument835 SmallString<128> OutputPath(SavedObjectsDirectoryPath); in writeGeneratedObject()870 if (SavedObjectsDirectoryPath.empty()) in run()873 sys::fs::create_directories(SavedObjectsDirectoryPath); in run()875 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()877 report_fatal_error("Unexistent dir: '" + SavedObjectsDirectoryPath + "'"); in run()897 if (SavedObjectsDirectoryPath.empty()) in run()901 count, "", SavedObjectsDirectoryPath, *OutputBuffer); in run()1008 if (SavedObjectsDirectoryPath.empty()) in run()1012 count, CacheEntryPath, SavedObjectsDirectoryPath, in run()[all …]
213 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()338 std::string SavedObjectsDirectoryPath; variable