Lines Matching full:dll
756 { { FPL("foo.dll"), FPL("txt") }, FPL("footxt.dll") },
758 { { FPL("foo.dll"), FPL(".txt") }, FPL("foo.txt.dll") },
761 { { FPL("foo.baz.dll"), FPL("txt") }, FPL("foo.baztxt.dll") },
762 { { FPL("foo.baz.dll"), FPL(".txt") }, FPL("foo.baz.txt.dll") },
763 dll"), FPL("") }, FPL("foo.dll") },
764 { { FPL("foo.dll"), FPL(".") }, FPL("foo..dll") },
767 { { FPL("foo.baz.dll"), FPL("") }, FPL("foo.baz.dll") },
768 { { FPL("foo.baz.dll"), FPL(".") }, FPL("foo.baz..dll") },
775 { { FPL("C:\\bar\\foo.dll"), FPL("txt") },
776 FPL("C:\\bar\\footxt.dll") },
779 { { FPL("C:\\bar.baz\\foo.dll"), FPL("txt") },
780 FPL("C:\\bar.baz\\footxt.dll") },
781 { { FPL("C:\\bar.baz\\foo.dll.exe"), FPL("txt") },
787 { { FPL("C:\\bar.baz\\foo.dll.exe"), FPL("") },
788 FPL("C:\\bar.baz\\foo.dll.exe") },
799 { { FPL("/bar/foo.dll"), FPL("txt") }, FPL("/bar/footxt.dll") },
801 { { FPL("/bar.baz/foo.dll"), FPL("txt") }, FPL("/bar.baz/footxt.dll") },
802 { { FPL("/bar.baz/foo.dll.exe"), FPL("txt") },
806 { { FPL("/bar.baz/foo.dll.exe"), FPL("") }, FPL("/bar.baz/foo.dll.exe") },
825 { { FPL("foo.dll"), FPL("txt") }, FPL("foo.txt") },
826 { { FPL("foo..dll"), FPL("txt") }, FPL("foo..txt") },
827 { { FPL("foo.dll"), FPL(".txt") }, FPL("foo.txt") },
832 { { FPL("foo.baz.dll"), FPL("txt") }, FPL("foo.baz.txt") },
833 { { FPL("foo.baz.dll"), FPL(".txt") }, FPL("foo.baz.txt") },
834 { { FPL("foo.dll"), FPL("") }, FPL("foo") },
835 { { FPL("foo.dll"), FPL(".") }, FPL("foo") },
838 { { FPL("foo.baz.dll"), FPL("") }, FPL("foo.baz") },
839 { { FPL("foo.baz.dll"), FPL(".") }, FPL("foo.baz") },
861 { { FPL("foo.txt"), FPL(".dll") }, false},
863 { { FPL("foo.txt.dll"), FPL(".txt") }, false},
864 { { FPL("foo.txt.dll"), FPL(".dll") }, true},
872 { { FPL("c:/foo.txt.dll"), FPL(".txt") }, false},
876 { { FPL("c:\\bar\\foo.txt.dll"), FPL(".txt") }, false},
879 { { FPL("/bar/foo.txt.dll"), FPL(".txt") }, false},