Searched refs:filePath (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfldlgcmn.cpp130 wxString wxFileDialogBase::AppendExtension(const wxString &filePath, argument
134 wxString fileName = filePath.AfterLast(wxFILE_SEP_PATH);
139 return filePath;
147 return filePath;
155 return filePath;
158 if (filePath.Last() != wxT('.'))
161 return filePath + ext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.cpp278 CPath filePath = finder.GetFirstFile(CDirIterator::File, filepartindex + wxT(".*.part")); local
279 while (filePath.IsOk()) {
282 filePath.GetFullName().RemoveExt().GetExt().ToLong(&l);
284 filePath = finder.GetNextFile();
H A DCFile.cpp134 const CPath& filePath,
140 % what % filePath % wxSysErrorMsg());
132 syscall_check( bool check, const CPath& filePath, const wxString& what) argument
H A DKnownFile.h178 void SetFilePath(const CPath& filePath);
H A DKnownFile.cpp491 void CKnownFile::SetFilePath(const CPath& filePath) argument
493 m_filePath = filePath;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfiledlgg.h171 wxFileData( const wxString &filePath, const wxString &fileName,
185 void SetNewName( const wxString &filePath, const wxString &fileName );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py319 ##filePath = os.path.join(options.baseDir, self.fileName)
320 # filePath = "%s/%s/%s/%s" % (options.baseDir, self.test_Folder, self.schema_Folder, self.schema_File)
349 filePath = self.fileName
356 self.debugMsg("loading schema: %s" % filePath)
357 schema = parseSchema(filePath)
385 filePath = self.fileName
392 self.debugMsg("loading instance: %s" % filePath)
401 instance = parserCtxt.ctxtReadFile(filePath, None, libxml2.XML_PARSE_NOWARNING)
427 instance_Err = validationCtxt.schemaValidateFile(filePath, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/xstc/
H A Dxstc.py319 ##filePath = os.path.join(options.baseDir, self.fileName)
320 # filePath = "%s/%s/%s/%s" % (options.baseDir, self.test_Folder, self.schema_Folder, self.schema_File)
349 filePath = self.fileName
356 self.debugMsg("loading schema: %s" % filePath)
357 schema = parseSchema(filePath)
385 filePath = self.fileName
392 self.debugMsg("loading instance: %s" % filePath)
401 instance = parserCtxt.ctxtReadFile(filePath, None, libxml2.XML_PARSE_NOWARNING)
427 instance_Err = validationCtxt.schemaValidateFile(filePath, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c500 const char * filePath; local
505 filePath = GeoIPDBFileName[type];
506 if (NULL == filePath) {
509 return _file_exists(filePath);
941 const char * filePath; local
947 filePath = GeoIPDBFileName[type];
948 if (filePath == NULL) {
952 gi = GeoIP_open (filePath, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfiledlg.h140 // Append first extension to filePath from a ';' separated extensionList
141 // if filePath = "path/foo.bar" just return it as is
142 // if filePath = "foo[.]" and extensionList = "*.jpg;*.png" return "foo.jpg"
143 // if the extension is "*.j?g" (has wildcards) or "jpg" then return filePath
144 static wxString AppendExtension(const wxString &filePath,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp187 wxFileData::wxFileData( const wxString &filePath, const wxString &fileName, fileType type, int image_id ) argument
191 m_filePath = filePath;
411 void wxFileData::SetNewName( const wxString &filePath, const wxString &fileName ) argument
414 m_filePath = filePath;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmake-dialog.cc152 myTarget = QDir( myDestination ).filePath( torrentName );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c24879 ** for the database file "filePath". It then returns the sqlite3_io_methods
24885 const char *filePath, /* name of the database file */
24907 if( !filePath ){
24908 /* If filePath==NULL that means we are dealing with a transient file
24912 if( statfs(filePath, &fsInfo) != -1 ){
24946 ** for the database file "filePath". It then returns the sqlite3_io_methods
24952 const char *filePath, /* name of the database file */
24957 if( !filePath ){
24958 /* If filePath==NULL that means we are dealing with a transient file
26504 /* afp style keeps a reference to the db path in the filePath fiel
24884 autolockIoFinderImpl( const char *filePath, unixFile *pNew ) argument
24951 autolockIoFinderImpl( const char *filePath, unixFile *pNew ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c24879 ** for the database file "filePath". It then returns the sqlite3_io_methods
24885 const char *filePath, /* name of the database file */
24907 if( !filePath ){
24908 /* If filePath==NULL that means we are dealing with a transient file
24912 if( statfs(filePath, &fsInfo) != -1 ){
24946 ** for the database file "filePath". It then returns the sqlite3_io_methods
24952 const char *filePath, /* name of the database file */
24957 if( !filePath ){
24958 /* If filePath==NULL that means we are dealing with a transient file
26504 /* afp style keeps a reference to the db path in the filePath fiel
24884 autolockIoFinderImpl( const char *filePath, unixFile *pNew ) argument
24951 autolockIoFinderImpl( const char *filePath, unixFile *pNew ) argument
[all...]

Completed in 445 milliseconds