Searched refs:SavedObjectsDirectoryPath (Results 1 – 2 of 2) sorted by relevance
781 StringRef SavedObjectsDirectoryPath, in writeGeneratedObject() argument783 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()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()[all …]
213 SavedObjectsDirectoryPath = std::move(Path); in setGeneratedObjectsDirectory()333 std::string SavedObjectsDirectoryPath; variable