Lines Matching full:app
60 "foo/bar./bazquux", "foo/.app", "//foo",
72 { "FooBar.app/", "FooBar.app" },
73 { "/FooBar.app", "/FooBar.app" },
74 { "/FooBar.app/", "/FooBar.app" },
75 { "//FooBar.app", "//FooBar.app" },
76 { "/Foo/Bar.app", "/Foo/Bar.app" },
77 { "/Foo/Bar.app/", "/Foo/Bar.app" },
78 { "/F/B.app", "/F/B.app" },
79 { "/F/B.app/", "/F/B.app" },
80 { "/Foo/Bar.app/baz", "/Foo/Bar.app" },
81 { "/Foo/Bar.app/baz/", "/Foo/Bar.app" },
82 { "/Foo/Bar.app/baz/quux.app/quuux", "/Foo/Bar.app" },
83 { "/Applications/Google Foo.app/bar/Foo Helper.app/quux/Foo Helper",
84 "/Applications/Google Foo.app" },
110 "foo/.app",
125 {"FooBar.app/", "FooBar.app"},
126 {"/FooBar.app", "/FooBar.app"},
127 {"/FooBar.app/", "/FooBar.app"},
128 {"//FooBar.app", "//FooBar.app"},
129 {"/Foo/Bar.app", "/Foo/Bar.app"},
130 {"/Foo/Bar.app/", "/Foo/Bar.app"},
131 {"/F/B.app", "/F/B.app"},
132 {"/F/B.app/", "/F/B.app"},
133 {"/Foo/Bar.app/baz", "/Foo/Bar.app"},
134 {"/Foo/Bar.app/baz/", "/Foo/Bar.app"},
135 {"/Foo/Bar.app/baz/quux.app/quuux", "/Foo/Bar.app/baz/quux.app"},
136 {"/Applications/Google Foo.app/bar/Foo Helper.app/quux/Foo Helper",
137 "/Applications/Google Foo.app/bar/Foo Helper.app"},