Searched refs:fn1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filesys/
H A Dfilesystest.cpp117 wxFileName fn1(_T("\\\\server\\share\\path\\to\\file"));
118 wxString url1 = wxFileSystem::FileNameToURL(fn1);
120 CPPUNIT_ASSERT( fn1.SameAs(wxFileSystem::URLToFileName(url1)) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgcmp.c80 static void compare (const char *fn1, const char *fn2,
289 match_domain (const char *fn1, const char *fn2, argument
340 this message is used but not defined in %s"), fn1);
347 compare (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax) argument
356 def = remove_obsoletes (read_catalog_file (fn1, input_syntax));
393 def = iconv_msgdomain_list (def, "UTF-8", true, fn1);
412 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
426 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
H A Dmsgmerge.c154 static msgdomain_list_ty *merge (const char *fn1, const char *fn2,
1102 match_domain (const char *fn1, const char *fn2, argument
1268 this message is used but not defined in %s"), fn1);
1379 merge (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax, argument
1394 def = read_catalog_file (fn1, input_syntax);
1442 def = iconv_msgdomain_list (def, "UTF-8", true, fn1);
1586 def = iconv_msgdomain_list (def, "UTF-8", true, fn1);
1619 match_domain (fn1, fn2, &definitions, refmlp, resultmlp,
1641 match_domain (fn1, fn2, &definitions, refmlp, resultmlp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filename/
H A Dfilenametest.cpp230 wxFileName fn1(wxT("/tmp/file1"));
232 fn1.Normalize();
234 CPPUNIT_ASSERT_EQUAL(fn1.GetPath(), fn2.GetPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp234 wxFileName fn1(a);
237 fn1.Normalize(flags, cwd);
240 return (fn1.GetFullPath() == fn2.GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilename.cpp1482 wxFileName fn1 = *this, local
1487 fn1.Normalize(wxPATH_NORM_ALL | wxPATH_NORM_CASE, cwd, format);
1490 if ( fn1.GetFullPath() == fn2.GetFullPath() )

Completed in 130 milliseconds