Home
last modified time | relevance | path

Searched refs:path_cat (Results 1 – 25 of 85) sorted by relevance

1234

/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Drtitool.cpp65 string autostartfile = path_cat(path_home(), rautostartfile); in init()
81 string autostartfile = path_cat(path_home(), rautostartfile); in accept()
99 string sourcefile = path_cat(theconfig->getDatadir(), "examples"); in accept()
100 sourcefile = path_cat(sourcefile, "recollindex.desktop"); in accept()
110 string dir = path_cat(path_home(), ".config"); in accept()
112 dir = path_cat(dir, "autostart"); in accept()
H A Dfragbuts.cpp128 m_fn = path_cat(theconfig->getConfDir(), "fragment-buttons.xml"); in FragButs()
132 m_fn = path_cat(theconfig->getConfDir(), "fragbuts.xml"); in FragButs()
135 string src = path_cat(theconfig->getDatadir(), "examples"); in FragButs()
136 src = path_cat(src, "fragment-buttons.xml"); in FragButs()
137 m_fn = path_cat(theconfig->getConfDir(), "fragment-buttons.xml"); in FragButs()
H A Dwinschedtool.cpp51 string recollindex = path_cat(path_thisexecpath(), "recollindex.exe"); in init()
54 string batchfile = path_cat(confdir, "winsched.bat"); in init()
H A Drclm_view.cpp476 string docdir = path_cat(theconfig->getDatadir(), "doc"); in startManual()
480 string usermanual = path_cat(docdir, "usermanual.html"); in startManual()
481 string webhelp = path_cat(docdir, "webhelp"); in startManual()
482 webhelp = path_cat(webhelp, "index.html"); in startManual()
H A Dguiutils.cpp450 string fn = path_cat( in setupDarkCSS()
451 path_cat(theconfig->getDatadir(), "examples"), "recoll-dark.css"); in setupDarkCSS()
514 string opath = path_cat(path_home(), ".config/Recoll.org/recoll.conf"); in maybeRenameGUISettings()
515 string npath = path_cat(path_home(), ".config/Recoll.org/recoll.ini"); in maybeRenameGUISettings()
H A Drclm_saveload.cpp43 string defpath = path_cat(theconfig->getConfDir(), "saved_queries"); in prevDir()
H A Dmain.cpp350 string translatdir = path_cat(theconfig->getDatadir(), "translations"); in main()
357 string historyfile = path_cat(theconfig->getConfDir(), "history"); in main()
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Drclutil.cpp142 tdir = path_cat(tdir, "rcltmp"); in path_wingetrcltmpdir()
179 filename = path_cat(tmplocation(), "rcltmpfXXXXXX"); in path_gettempfilename()
215 dir = path_cat(path_home(), "AppData/Local/"); in path_homedata()
272 datadir = path_cat(path, "Share"); in path_pkgdatadir()
391 tdir = path_cat(tmplocation(), "rcltmpXXXXXX"); in maketmpdir()
602 xdgcache = path_cat(path_home(), ".cache"); in xdgcachedir()
642 path = path_cat(path, name); in thumbPathForUrl()
647 path = path_cat(thumbnailsdir(), thmbdirlarge); in thumbPathForUrl()
648 path = path_cat(path, name); in thumbPathForUrl()
656 path = path_cat(path_home(), thmbdirnormal); in thumbPathForUrl()
[all …]
H A Dwipedir.cpp60 std::string fn = path_cat(dir, dname); in wipedir()
H A Dfstreewalk.cpp416 cb.processone(path_cat(top, dname), nullptr, FtwSkipped); in iwalk()
421 fn = path_cat(top, dname); in iwalk()
452 if (!o_nowalkfn.empty() && path_exists(path_cat(fn, o_nowalkfn))) { in iwalk()
/dports/graphics/zimg/zimg-5.0.0/
H A Dpath.c27 path_cat(const char* filename, const char* subdir, const char* path_prefix) in path_cat() function
101 path = path_cat(filename, (char*)0, path_cwd); in search_file()
111 path = path_cat(filename, subdir, path_home_zimg); in search_file()
117 path = path_cat(filename, subdir, path_prefix); in search_file()
/dports/deskutils/recoll/recoll-1.31.2/common/
H A Drclconfig.cpp179 string defaultconf = path_cat(path_homedata(), in isDefaultConfig()
343 path_cat(path_cat(m_datadir, "examples"), "mimemap").c_str());
1300 iconpath = path_cat(m_datadir, "images"); in getMimeIconPath()
1304 return path_cat(iconpath, iconname) + ".png"; in getMimeIconPath()
1313 result = path_cat(getConfDir(), dflt); in getConfdirPath()
1335 result = path_cat(getCacheDir(), dflt); in getCachedirPath()
1411 return path_cat(getCacheDir(), "index.pid"); in getPidfile()
1417 return path_cat(getCacheDir(), "index.stop"); in getIdxStopFile()
1656 temp = path_cat(m_datadir, "filters"); in findFilter()
1660 temp = path_cat(m_datadir, "filters"); in findFilter()
[all …]
H A Drclinit.cpp328 std::string exedir = path_cat(path_getfather(path_pkgdatadir()), "MacOS"); in recollinit()
379 logfilename = path_cat(config->getConfDir(), logfilename); in recollinit()
/dports/deskutils/recoll/recoll-1.31.2/aspell/
H A Drclaspell.cpp87 m_data->m_datadir = path_cat( in init()
91 string("--local-data-dir=") + path_cat(m_config->getConfDir(), "aspell"); in init()
130 return path_cat(ccdir, string("aspdict.") + m_lang + string(".rws")); in dicPath()
/dports/deskutils/recoll/recoll-1.31.2/index/
H A Drclmonprc.cpp432 rqfiles.push_back(path_cat(conf->getConfDir(), "rclmonixnow")); in expeditedIndexingRequested()
435 rqfiles.push_back(path_cat(cp, "rclmonixnow")); in expeditedIndexingRequested()
438 rqfiles.push_back(path_cat(cp, "rclmonixnow")); in expeditedIndexingRequested()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/example/http/server/sync/
H A Dhttp_server_sync.cpp73 path_cat( in path_cat() function
161 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/example/http/server/sync/
H A Dhttp_server_sync.cpp73 path_cat( in path_cat() function
161 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/deskutils/recoll/recoll-1.31.2/internfile/
H A Dmh_xslt.cpp159 m->filtersdir = path_cat(cnf->getDatadir(), "filters"); in MimeHandlerXslt()
210 string ssfn = path_cat(filtersdir, ssnm); in prepare_stylesheet()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/example/http/server/sync/
H A Dhttp_server_sync.cpp73 path_cat( in path_cat() function
161 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/example/http/server/sync/
H A Dhttp_server_sync.cpp73 path_cat( in path_cat() function
161 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/example/http/server/sync-ssl/
H A Dhttp_server_sync_ssl.cpp76 path_cat( in path_cat() function
164 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/example/websocket/server/chat-multi/
H A Dhttp_session.cpp58 path_cat( in path_cat() function
146 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/example/http/server/sync-ssl/
H A Dhttp_server_sync_ssl.cpp76 path_cat( in path_cat() function
164 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/example/websocket/server/chat-multi/
H A Dhttp_session.cpp58 path_cat( in path_cat() function
146 std::string path = path_cat(doc_root, req.target()); in handle_request()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/example/websocket/server/chat-multi/
H A Dhttp_session.cpp58 path_cat( in path_cat() function
146 std::string path = path_cat(doc_root, req.target()); in handle_request()

1234