Home
last modified time | relevance | path

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

/dports/games/bzflag-server/bzflag-2.4.22/src/common/
H A DOSFile.cxx107 bool useGlobalPath; member in OSFile::OSFileInfo
114 useGlobalPath = true; in OSFileInfo()
124 useGlobalPath = r.useGlobalPath; in OSFileInfo()
129 info->useGlobalPath = use; in setUseGlobalPath()
202 if (info->useGlobalPath) in open()
/dports/games/bzflag/bzflag-2.4.22/src/common/
H A DOSFile.cxx107 bool useGlobalPath; member in OSFile::OSFileInfo
114 useGlobalPath = true; in OSFileInfo()
124 useGlobalPath = r.useGlobalPath; in OSFileInfo()
129 info->useGlobalPath = use; in setUseGlobalPath()
202 if (info->useGlobalPath) in open()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp477 auto useGlobalPath = areMostModulesUsingGlobalPath(); in tryToFixMissingDependencies() local
486 addModule (mod.second, copyLocally, useGlobalPath); in tryToFixMissingDependencies()
516 .getPropertyAsValue (Ids::useGlobalPath, getUndoManager()); in shouldUseGlobalPathValue()
613 void EnabledModulesList::addModule (const File& moduleFolder, bool copyLocally, bool useGlobalPath) in addModule() argument
635 shouldUseGlobalPathValue (moduleID) = useGlobalPath; in addModule()
644 if (! useGlobalPath) in addModule()
H A Djucer_Modules.h130 void addModule (const File& moduleManifestFile, bool copyLocally, bool useGlobalPath);
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/StartPage/
H A Djucer_NewProjectWizard.cpp183 …oid addModules (Project& project, Array<var> modules, const String& modulePath, bool useGlobalPath) in addModules() argument
192 projectModules.addModule (mod.second, false, useGlobalPath); in addModules()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/Helpers/
H A Djucer_PresetIDs.h188 DECLARE_ID (useGlobalPath);
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/PIPs/
H A Djucer_PIPGenerator.cpp293 … module.setProperty (Ids::useGlobalPath, (getPathForModule (moduleID).isEmpty() ? 1 : 0), nullptr); in createModuleChild()