Home
last modified time | relevance | path

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

/dports/devel/elixir-conform/conform-2.5.2/test/
H A Dconf_translate_test.exs65 sys_config_path = Path.join(sys_config_dir, "sys.config")
69 File.touch(sys_config_path)
87 {:ok, [sysconfig]} = :file.consult(sys_config_path)
90 File.rm(sys_config_path)
100 sys_config_path = Path.join([utf8_dir, "utf8_sys.config"])
101 :ok = Conform.SysConfig.write(sys_config_path, sys_config)
/dports/devel/py-pythran/pythran-0.11.0/pythran/
H A Dconfig.py51 sys_config_path = os.path.join(sys_config_dir, sys_file)
67 return {"sys": sys_config_path,
75 sys_config_path = paths["sys"]
80 for required in (sys_config_path, platform_config_path):
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/helpers/
H A Dfilesystem.cpp321 if( !file_readable( sys_config_path() ) ) ret = false; in check_sys_paths()
368 QString Filesystem::sys_config_path() in sys_config_path() function in H2Core::Filesystem
660 INFOLOG( QString( "Default config : %1" ).arg( sys_config_path() ) ); in info()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/helpers/
H A Dfilesystem.h51 static QString sys_config_path();
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Dpreferences.cpp274 …QString sPreferencesFilename = ( bGlobal ? Filesystem::sys_config_path() : Filesystem::usr_config_… in loadPreferences()