Home
last modified time | relevance | path

Searched refs:m_FilePath (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/nepenthes/nepenthes-0.2.2/modules/submit-postgres/
H A DPGDownloadContext.cpp97 m_FilePath = path; in PGDownloadContext()
259 m_FilePath = ""; in serialize()
263 m_FilePath = fullpath; in serialize()
304 logDebug("Wrote bencoded spoolfile %s (%i bytes)\n",m_FilePath.c_str(),benc.size()); in serialize()
319 if (m_FilePath == "") in remove()
322 if (unlink(m_FilePath.c_str()) == 0) in remove()
325 logWarn("Could not remove %s (%s)\n",m_FilePath.c_str(),strerror(errno)); in remove()
H A DPGDownloadContext.hpp99 string m_FilePath; member in nepenthes::PGDownloadContext
/dports/archivers/unzip/unzip60/windll/csharp/
H A DZipFileEntry.cs34 private string m_FilePath; field in CSharpInfoZip_UnZipSample.ZipFileEntry
62 get {return m_FilePath;}
63 set {m_FilePath = value;}
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/src/
H A DFILESocket.cpp60 m_FilePath = filepath; in FILESocket()
85 if((m_Socket = open(m_FilePath.c_str(),m_Flags) ) <= 0) in Init()
87 logCrit("Could not open file %s flags %i\n",m_FilePath.c_str(),m_Flags); in Init()
/dports/net/nepenthes/nepenthes-0.2.2/modules/submit-file/
H A Dsubmit-file.cpp83 m_FilePath = m_Config->getValString("submit-file.path"); in Init()
102 string path = m_FilePath + down->getMD5Sum(); in Submit()
H A Dsubmit-file.hpp53 string m_FilePath; member in nepenthes::FileSubmitHandler
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/include/
H A DFILESocket.hpp63 string m_FilePath; member in nepenthes::FILESocket
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/splign/
H A Dcompart_matching.cpp319 CDir dir (m_FilePath); in x_InitParticipationVector()
428 filename_temp_01 = g_SaveToTemp(NrCounts, m_FilePath); in x_InitFilteringVector()
460 …const string masked_filename (m_FilePath + CDirEntry::GetPathSeparator() + m_lbn_s + kFileExt_Mask… in x_InitFilteringVector()
480 …const string masked_filename (m_FilePath + CDirEntry::GetPathSeparator() + m_lbn_s + kFileExt_Mask… in x_InitFilteringVector()
532 const string full_remap_filename = m_FilePath + CDirEntry::GetPathSeparator() + remap_filename; in x_CreateRemapData()
573 const string full_remap_filename = m_FilePath + CDirEntry::GetPathSeparator() + remap_filename; in x_CreateRemapData()
1243 CDir dir (m_FilePath); in x_Search()
1325 filename_hit_index = g_SaveToTemp(hit_index, m_FilePath); in x_Search()
1454 CDir dir (m_FilePath); in x_CleanVolumes()
1980 …const string filename_genomic (m_FilePath + CDirEntry::GetPathSeparator() + m_lbn_s + kFileExt_Rem… in x_LoadRemapData()
[all …]
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/
H A DSpiralSynthModular.C856 o.m_DeviceWinMap[ID]->m_Device->LoadExternalFiles(o.m_FilePath+"_files/");
910 string command("mkdir "+o.m_FilePath+"_files");
968 if (i->second->m_Device && i->second->m_Device->SaveExternalFiles(o.m_FilePath+"_files/"))
982 string command("rmdir "+o.m_FilePath+"_files");
1022 m_FilePath=fn; in cb_Load_i()
1057 m_FilePath=fn; in cb_Save_i()
1241 m_FilePath=fn; in LoadPatch()
H A DSpiralSynthModular.h120 string m_FilePath; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_folderfontinfo.h51 const ByteString m_FilePath; variable
H A Dcfx_folderfontinfo.cpp373 fopen(pFont->m_FilePath.c_str(), "rb")); in GetFontData()
402 : m_FilePath(filePath), in FontFaceInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_folderfontinfo.h58 const ByteString m_FilePath; variable
H A Dcfx_folderfontinfo.cpp383 fopen(pFont->m_FilePath.c_str(), "rb")); in GetFontData()
412 : m_FilePath(filePath), in FontFaceInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/ge/
H A Dfx_ge_fontmap.cpp87 : m_FilePath(filePath), in CFX_FontFaceInfo()
H A Dcfx_folderfontinfo.cpp356 FXSYS_FILE* pFile = FXSYS_fopen(pFont->m_FilePath.c_str(), "rb"); in GetFontData()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/align/splign/
H A Dcompart_matching.hpp149m_FilePath(CDirEntry::DeleteTrailingPathSeparator(FilePath)), m_qsrc(qsrc), m_sdb(sdb), m_XDropOff… in CElementaryMatching()
361 string m_FilePath; //folder path for index and temporary files member in CElementaryMatching
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/project_tree_builder/
H A Dmsvc_makefile.cpp296 m_FilePath = file_path; in CMsvcProjectMakefile()
319 _TRACE(m_FilePath << " redefines: " << raw_define << " = " << new_val); in Redefine()
327 _TRACE(m_FilePath << " redefines: " << raw_define << " = " << new_val); in Redefine()
335 _TRACE(m_FilePath << " redefines: " << value << " = " << new_val); in Redefine()
H A Dmsvc_makefile.hpp175 string m_FilePath; member in CMsvcMetaMakefile
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dmsvc_makefile.cpp296 m_FilePath = file_path; in CMsvcProjectMakefile()
319 _TRACE(m_FilePath << " redefines: " << raw_define << " = " << new_val); in Redefine()
327 _TRACE(m_FilePath << " redefines: " << raw_define << " = " << new_val); in Redefine()
335 _TRACE(m_FilePath << " redefines: " << value << " = " << new_val); in Redefine()
H A Dmsvc_makefile.hpp175 string m_FilePath; member in CMsvcMetaMakefile
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/
H A Dfx_font.h214 const CFX_ByteString m_FilePath; variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_parser/include/
H A Dcpdf_parser.h131 CFX_ByteString m_FilePath; variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/include/
H A Dfx_font.h414 const CFX_ByteString m_FilePath; variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/ge/
H A Dfx_ge_fontmap.cpp1368 : m_FilePath(filePath), in CFX_FontFaceInfo()
1630 FXSYS_FILE* pFile = FXSYS_fopen(pFont->m_FilePath.c_str(), "rb"); in GetFontData()

12