Home
last modified time | relevance | path

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

/dports/games/jin/jin-2.14.1/src/free/jin/
H A DJinApplication.java111 private final File prefsDir; field in JinApplication
237 this.prefsDir = prefsDir; in JinApplication()
302 File prefsFile = new File(prefsDir, "user.prefs"); in loadUserPrefs()
326 File userPrefsFile = new File(prefsDir, "user.prefs"); in storeUserPrefs()
520 File usersDir = new File(prefsDir, "accounts"); in loadUsers()
798 loadActions(actions, new File(prefsDir, "actions")); in loadActions()
926 loadPlugins(plugins, new File(prefsDir, "plugins")); in loadPlugins()
1046 File usersPrefsDir = new File(prefsDir, "accounts"); in usersDir()
1122 File userResDir = new File(new File(prefsDir, "resources"), type); in getResource()
1264 createPreferencesDir(prefsDir); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/javatests/src/org/chromium/net/
H A DDiskStorageTest.java101 File prefsDir = new File(mReadOnlyStoragePath + "/prefs"); in testReadOnlyStorageDirectory() local
102 assertTrue(prefsDir.exists()); in testReadOnlyStorageDirectory()
165 File prefsDir = new File(testStorage + "/prefs"); in testPurgeOldVersion() local
166 assertTrue(prefsDir.exists()); in testPurgeOldVersion()
228 File prefsDir = new File(testStorage + "/prefs"); in testCacheVersionCurrent() local
229 assertTrue(prefsDir.exists()); in testCacheVersionCurrent()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcn3d_tools.cpp327 prefsDir; // application preferences directory variable
331 const string& GetPrefsDir(void) { return prefsDir; } in GetPrefsDir()
357 prefsDir = prefsDirLocal.c_str(); in SetUpWorkingDirectories()
359 prefsDir = prefsDirProg.c_str(); in SetUpWorkingDirectories()
363 prefsDir = prefsDirLocal.c_str(); in SetUpWorkingDirectories()
365 prefsDir = prefsDirProg.c_str(); in SetUpWorkingDirectories()
367 if (prefsDir.size() == 0) in SetUpWorkingDirectories()
372 prefsDir += wxFILE_SEP_PATH; in SetUpWorkingDirectories()
384 TRACEMSG("prefs dir: " << prefsDir.c_str()); in SetUpWorkingDirectories()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DPrefs.hs406 pl <- getPreflist prefsDir
415 pl <- getPreflist prefsDir
416 setPreflist prefsDir $ updatePrefVal pl p v
424 pl <- getPreflist prefsDir
427 setPreflist prefsDir $ updatePrefVal pl p newval
580 prefsDir :: FilePath
581 prefsDir = "prefs" function
584 prefsDirPath = darcsdir </> prefsDir
/dports/accessibility/orca/orca-41.1/src/orca/backends/
H A Djson_backend.py36 def __init__(self, prefsDir): argument
43 self.settingsFile = os.path.join(prefsDir, "user-settings.conf")
44 self.appPrefsDir = os.path.join(prefsDir, "app-settings")
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/strictmode/android/javatests/src/org/chromium/components/strictmode/
H A DThreadStrictModeInterceptorTest.java76 File prefsDir = new File(dataDir, "shared_prefs"); in doDiskWrite() local
77 File outFile = new File(prefsDir, "random.txt"); in doDiskWrite()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/share/
H A DRuntimePackageTest.java130 final Path prefsDir = Path.of(".systemPrefs"); in listFiles() local
132 .filter(x -> !x.startsWith(prefsDir)) in listFiles()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/share/
H A DRuntimePackageTest.java151 final Path prefsDir = Path.of(".systemPrefs"); in listFiles() local
153 .filter(x -> !x.startsWith(prefsDir)) in listFiles()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscpaths.cpp550 QString prefsDir; in preferencesDir() local
552 prefsDir = QDir::homePath() + "/" + APPLICATION_CONFIG_DIR + "/"; in preferencesDir()
556 prefsDir = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) + "/"; in preferencesDir()
558 prefsDir = QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/"; in preferencesDir()
561 QDir prefsDirectory(prefsDir); in preferencesDir()
564 return prefsDir; in preferencesDir()
H A Dscribusapp.cpp665 QString prefsDir = ScPaths::preferencesDir(true); in neverSplash() local
666 QFile nsFile(prefsDir + ".neversplash"); in neverSplash()
/dports/games/warzone2100/warzone2100/src/
H A Dmain.cpp508 const char * prefsDir = PHYSFS_getPrefDir(org, app.c_str()); in getPlatformPrefDir() local
509 if (prefsDir == nullptr) in getPlatformPrefDir()
514 return std::string(prefsDir) + PHYSFS_getDirSeparator(); in getPlatformPrefDir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/
H A DBaseChromiumAndroidJUnitRunner.java653 File prefsDir = new File(dataDir, "shared_prefs"); in checkOrDeleteOnDiskSharedPreferences() local
654 File[] files = prefsDir.listFiles(); in checkOrDeleteOnDiskSharedPreferences()
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dsettings_manager.py121 def activate(self, prefsDir=None, customSettings={}): argument
125 self._prefsDir = prefsDir \
/dports/editors/e93/e93/e93lib/
H A De93rc.tcl27 set prefsDir "prefs"; # place where user's preferences can be written
2115 if {[file exists [file join $userPrefsDir $prefsDir]]} \
2117 foreach file [lsort [glob -nocomplain [file join $userPrefsDir $prefsDir *.tcl]]] \