Home
last modified time | relevance | path

Searched refs:getLegacyModulePath (Results 1 – 3 of 3) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExporter.cpp621 return getLegacyModulePath (moduleID).getChildFile (moduleID); in getModuleFolderRelativeToProject()
626 String ProjectExporter::getLegacyModulePath() const in getLegacyModulePath() function in ProjectExporter
631 build_tools::RelativePath ProjectExporter::getLegacyModulePath (const String& moduleID) const in getLegacyModulePath() function in ProjectExporter
638 auto oldJucePath = getLegacyModulePath(); in getLegacyModulePath()
652 auto oldPath = getLegacyModulePath(); in updateOldModulePaths()
659 … getPathForModuleValue (modID) = getLegacyModulePath (modID).getParentDirectory().toUnixStyle(); in updateOldModulePaths()
H A Djucer_ProjectExporter.h159 build_tools::RelativePath getLegacyModulePath (const String& moduleID) const;
160 String getLegacyModulePath() const;
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp2352 auto oldPath = exporter->getLegacyModulePath(); in getModulePathsFromExporters()