Searched refs:sFileName (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dsound.cpp34 wxSound::wxSound(const wxString& sFileName, bool isResource) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dsound.cpp36 wxSound::wxSound(const wxString& sFileName, bool isResource) argument
39 Create(sFileName, isResource);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dsound.cpp39 wxSound::wxSound(const wxString& sFileName, bool isResource) argument
42 Create(sFileName, isResource);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTextClient.h39 wxString sFileName; member in class:SearchFile
H A DTextClient.cpp120 sFileName = tag->FileName();
551 printf("Download File: %lu %s\n", id, (const char*)unicode2char(file->sFileName));
612 output = output.SubString(0, nr_max).Append(file->sFileName).Append(' ', name_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_amule_lib.cpp841 result->str_val = strdup((const char *)unicode2UTF8(obj->sFileName));
844 wxString short_name(obj->sFileName.Length() > 60 ? (obj->sFileName.Left(60) + (wxT(" ..."))) : obj->sFileName);
902 result->str_val = strdup(sharedfile ? (const char *)unicode2UTF8(sharedfile->sFileName) : "???");
912 short_name = sharedfile->sFileName.Length() > 60 ? (sharedfile->sFileName.Left(60) + (wxT(" ..."))) : sharedfile->sFileName;
976 result->str_val = strdup((const char *)unicode2UTF8(obj->sFileName));
979 wxString short_name(obj->sFileName
[all...]
H A DWebServer.h76 wxString sFileName; member in class:DownloadFile
111 wxString sFileName; member in class:SharedFile
164 wxString sFileName; member in class:SearchFile
H A DWebServer.cpp627 sFileName = _SpecialChars(tag->FileName());
678 sFileName = _SpecialChars(tag->FileName());
835 sFileName = _SpecialChars(tag->FileName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dsound.cpp203 wxSound::wxSound(const wxString& sFileName, bool isResource) argument
206 Create(sFileName, isResource);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound.cpp433 wxSound::wxSound(const wxString& sFileName, bool isResource) : m_data(NULL) argument
435 Create(sFileName, isResource);

Completed in 48 milliseconds