Home
last modified time | relevance | path

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

/dports/x11-fm/konqueror/konqueror-21.12.3/sidebar/
H A Dsidebar_widget.h37 ButtonInfo(const KSharedConfig::Ptr &configFile_, in ButtonInfo() argument
43 : configFile(configFile_), file(file_), in ButtonInfo()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/client/mac/sender/
H A Dcrash_report_sender.h89 int configFile_; // File descriptor for config file
H A Dcrash_report_sender.m282 configFile_ = fd;
305 while (read(configFile_, &ch[0], 1) == 1) {
324 if (read(configFile_, bytes, length) != length)
374 close(configFile_);
375 configFile_ = -1;
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/client/mac/sender/
H A Dcrash_report_sender.h90 int configFile_; // File descriptor for config file
H A Dcrash_report_sender.m286 configFile_ = fd;
309 while (read(configFile_, &ch[0], 1) == 1) {
328 if (read(configFile_, bytes, length) != length)
378 close(configFile_);
379 configFile_ = -1;
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DOptions.h34 const std::string & ConfigFile() const { return(configFile_); }; in ConfigFile()
192 std::string configFile_; variable
H A DOptions.cpp64 configFile_(defaultConfigFile), in Options()
323 configFile_ = optarg; in parseArgs()