Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Settings/
H A Djucer_StoredSettings.cpp274 static bool isGlobalPathValid (const File& relativeTo, const Identifier& key, const String& path) in isGlobalPathValid() function
343 auto validModuleFolder = isGlobalPathValid ({}, Ids::defaultJuceModulePath, moduleFolder); in checkJUCEPaths()
344 auto validJuceFolder = isGlobalPathValid ({}, Ids::jucePath, juceFolder); in checkJUCEPaths()
354 …return ! isGlobalPathValid ({}, Ids::jucePath, getStoredPath (Ids::jucePath, TargetOS::getThisOS()… in isJUCEPathIncorrect()