Home
last modified time | relevance | path

Searched refs:strFullName (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/tceadaptergen/
H A Dtceadaptergenerator.cs61 String strFullName = strInitFullName; in DefineUniqueType()
65 … for (; mb.GetType(strFullName) != null; strFullName = strInitFullName + "_" + PostFix, PostFix++); in DefineUniqueType()
68 return mb.DefineType(strFullName, attrs, BaseType, aInterfaceTypes); in DefineUniqueType()
H A Deventsinkhelperwriter.cs29 String strFullName = null; in Perform()
33 strFullName = strNameSpace + "."; in Perform()
35 strFullName += m_InputType.Name + GeneratedTypeNamePostfix; in Perform()
37 strFullName, in Perform()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/posix/filesystem/
H A DSMBDirectory.cpp130 const std::string strFullName = strAuth + smb.URLEncode(strFile); in GetDirectory() local
139 if( smbc_stat(strFullName.c_str(), &info) == 0 ) in GetDirectory()
145 … if (smbc_getxattr(strFullName.c_str(), "system.dos_attr.mode", value, sizeof(value)) > 0) in GetDirectory()
152 …tes for the share: '%s'\nunix_err:'%x' error: '%s'", CURL::GetRedacted(strFullName).c_str(), errno… in GetDirectory()
161 …Log(LOGERROR, "%s - Failed to stat file %s", __FUNCTION__, CURL::GetRedacted(strFullName).c_str()); in GetDirectory()
/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIContact.cpp527 String strPrefix, strFirst, strMiddle, strLast, strGeneration, strFullName, strFileAs, strInitials; in UpdateDisplayName() local
530 strFullName = strPrefix; in UpdateDisplayName()
531 strFullName += ' '; in UpdateDisplayName()
565 strFullName += strFileAs; in UpdateDisplayName()
568 if(strFullName.GetLength()) in UpdateDisplayName()
569 strFullName += ' '; in UpdateDisplayName()
570 strFullName += strGeneration; in UpdateDisplayName()
578 if(!SetName(strFullName, PR_DISPLAY_NAME)) in UpdateDisplayName()
/dports/emulators/ukncbtl/ukncbtl-qt-812cde85/
H A Dmainwindow.cpp565 QString strFullName(fi.canonicalFilePath()); // Get absolute file name in attachCartridge() local
567 LPCTSTR sFileName = qPrintable(strFullName); in attachCartridge()
571 Settings_SetCartridgeFilePath(slot, strFullName); in attachCartridge()
615 QString strFullName(fi.canonicalFilePath()); // Get absolute file name in attachFloppy() local
617 LPCTSTR sFileName = qPrintable(strFullName); in attachFloppy()
621 Settings_SetFloppyFilePath(slot, strFullName); in attachFloppy()
674 QString strFullName(fi.canonicalFilePath()); // Get absolute file name in attachHardDrive() local
676 LPCTSTR sFileName = qPrintable(strFullName); in attachHardDrive()
680 Settings_SetHardFilePath(slot, strFullName); in attachHardDrive()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtranslation.cpp1897 wxString strFullName; in LoadCatalog() local
1898 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) in LoadCatalog()
1902 wxLogVerbose(_("using catalog '%s' from '%s'."), domain, strFullName.c_str()); in LoadCatalog()
1903 wxLogTrace(TRACE_I18N, wxS("Using catalog \"%s\"."), strFullName.c_str()); in LoadCatalog()
1905 return wxMsgCatalog::CreateFromFile(strFullName, domain); in LoadCatalog()
H A Dfileconf.cpp1440 wxString strFullName; in GetGroupLine() local
1443 strFullName << wxT("[") in GetGroupLine()
1446 m_pLine = m_pConfig->LineListInsert(strFullName, in GetGroupLine()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtranslation.cpp1897 wxString strFullName; in LoadCatalog() local
1898 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) in LoadCatalog()
1902 wxLogVerbose(_("using catalog '%s' from '%s'."), domain, strFullName.c_str()); in LoadCatalog()
1903 wxLogTrace(TRACE_I18N, wxS("Using catalog \"%s\"."), strFullName.c_str()); in LoadCatalog()
1905 return wxMsgCatalog::CreateFromFile(strFullName, domain); in LoadCatalog()
H A Dfileconf.cpp1440 wxString strFullName; in GetGroupLine() local
1443 strFullName << wxT("[") in GetGroupLine()
1446 m_pLine = m_pConfig->LineListInsert(strFullName, in GetGroupLine()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtranslation.cpp1937 wxString strFullName; in LoadCatalog() local
1938 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) in LoadCatalog()
1942 wxLogVerbose(_("using catalog '%s' from '%s'."), domain, strFullName.c_str()); in LoadCatalog()
1943 wxLogTrace(TRACE_I18N, wxS("Using catalog \"%s\"."), strFullName.c_str()); in LoadCatalog()
1945 return wxMsgCatalog::CreateFromFile(strFullName, domain); in LoadCatalog()
H A Dfileconf.cpp1405 wxString strFullName; in GetGroupLine() local
1408 strFullName << wxT("[") in GetGroupLine()
1411 m_pLine = m_pConfig->LineListInsert(strFullName, in GetGroupLine()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp1158 wxString strFullName; in Load() local
1159 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) { in Load()
1166 wxLogVerbose(_("using catalog '%s' from '%s'."), szName, strFullName.c_str()); in Load()
1167 wxLogTrace(TRACE_I18N, _T("Using catalog \"%s\"."), strFullName.c_str()); in Load()
1169 wxFile fileMsg(strFullName); in Load()
1202 wxLogWarning(_("'%s' is not a valid message catalog."), strFullName.c_str()); in Load()
H A Dfileconf.cpp1458 wxString strFullName; in GetGroupLine() local
1461 strFullName << wxT("[") in GetGroupLine()
1464 m_pLine = m_pConfig->LineListInsert(strFullName, in GetGroupLine()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp1158 wxString strFullName; in Load() local
1159 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) { in Load()
1166 wxLogVerbose(_("using catalog '%s' from '%s'."), szName, strFullName.c_str()); in Load()
1167 wxLogTrace(TRACE_I18N, _T("Using catalog \"%s\"."), strFullName.c_str()); in Load()
1169 wxFile fileMsg(strFullName); in Load()
1202 wxLogWarning(_("'%s' is not a valid message catalog."), strFullName.c_str()); in Load()
H A Dfileconf.cpp1458 wxString strFullName; in GetGroupLine() local
1461 strFullName << wxT("[") in GetGroupLine()
1464 m_pLine = m_pConfig->LineListInsert(strFullName, in GetGroupLine()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dintl.cpp1158 wxString strFullName; in Load() local
1159 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) { in Load()
1166 wxLogVerbose(_("using catalog '%s' from '%s'."), szName, strFullName.c_str()); in Load()
1167 wxLogTrace(TRACE_I18N, _T("Using catalog \"%s\"."), strFullName.c_str()); in Load()
1169 wxFile fileMsg(strFullName); in Load()
1202 wxLogWarning(_("'%s' is not a valid message catalog."), strFullName.c_str()); in Load()
H A Dfileconf.cpp1458 wxString strFullName; in GetGroupLine() local
1461 strFullName << wxT("[") in GetGroupLine()
1464 m_pLine = m_pConfig->LineListInsert(strFullName, in GetGroupLine()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dintl.cpp1158 wxString strFullName; in Load() local
1159 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) { in Load()
1166 wxLogVerbose(_("using catalog '%s' from '%s'."), szName, strFullName.c_str()); in Load()
1167 wxLogTrace(TRACE_I18N, _T("Using catalog \"%s\"."), strFullName.c_str()); in Load()
1169 wxFile fileMsg(strFullName); in Load()
1202 wxLogWarning(_("'%s' is not a valid message catalog."), strFullName.c_str()); in Load()
H A Dfileconf.cpp1458 wxString strFullName; in GetGroupLine() local
1461 strFullName << wxT("[") in GetGroupLine()
1464 m_pLine = m_pConfig->LineListInsert(strFullName, in GetGroupLine()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dmodulebuilder.cs168 …private extern static int GetTypeRef(RuntimeModule module, String strFullName, RuntimeModule refed… in GetTypeRef() argument