Searched refs:outDir (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp336 CPath outDir; local
337 if (!CheckMuleDirectory(wxT("configuration"), CPath(ConfigDir), wxEmptyString, outDir)) {
507 * @param outDir Returns the used path.
510 bool CamuleAppCommon::CheckMuleDirectory(const wxString& desc, const CPath& directory, const wxString& alternative, CPath& outDir) argument
515 outDir = directory;
524 outDir = directory;
537 outDir = CPath(wxEmptyString);
541 return CheckMuleDirectory(desc, fallback, wxEmptyString, outDir);
545 outDir = CPath(wxEmptyString);
H A Damule.cpp407 CPath outDir; local
408 if (CheckMuleDirectory(wxT("temp"), thePrefs::GetTempDir(), ConfigDir + wxT("Temp"), outDir)) {
409 thePrefs::SetTempDir(outDir);
414 if (CheckMuleDirectory(wxT("incoming"), thePrefs::GetIncomingDir(), ConfigDir + wxT("Incoming"), outDir)) {
415 thePrefs::SetIncomingDir(outDir);
H A Damule.h131 bool CheckMuleDirectory(const wxString& desc, const class CPath& directory, const wxString& alternative, class CPath& outDir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipsalgt.cpp1262 std::string outDir = argv[3];
1264 if (outDir == "auto")
1267 outDir = dirname.substr(0, dirname.size()-3) + "resp";
1270 if (*outDir.rbegin() != '\\' && *outDir.rbegin() != '/')
1271 outDir += '/';
1272 std::string outPathname = outDir + filename.substr(0, filename.size() - 3) + "rsp";

Completed in 55 milliseconds