Lines Matching full:app
65 "foo/bar./bazquux", "foo/.app", "//foo",
77 { "FooBar.app/", "FooBar.app" },
78 { "/FooBar.app", "/FooBar.app" },
79 { "/FooBar.app/", "/FooBar.app" },
80 { "//FooBar.app", "//FooBar.app" },
81 { "/Foo/Bar.app", "/Foo/Bar.app" },
82 { "/Foo/Bar.app/", "/Foo/Bar.app" },
83 { "/F/B.app", "/F/B.app" },
84 { "/F/B.app/", "/F/B.app" },
85 { "/Foo/Bar.app/baz", "/Foo/Bar.app" },
86 { "/Foo/Bar.app/baz/", "/Foo/Bar.app" },
87 { "/Foo/Bar.app/baz/quux.app/quuux", "/Foo/Bar.app" },
88 { "/Applications/Google Foo.app/bar/Foo Helper.app/quux/Foo Helper",
89 "/Applications/Google Foo.app" },
115 "foo/.app",
130 {"FooBar.app/", "FooBar.app"},
131 {"/FooBar.app", "/FooBar.app"},
132 {"/FooBar.app/", "/FooBar.app"},
133 {"//FooBar.app", "//FooBar.app"},
134 {"/Foo/Bar.app", "/Foo/Bar.app"},
135 {"/Foo/Bar.app/", "/Foo/Bar.app"},
136 {"/F/B.app", "/F/B.app"},
137 {"/F/B.app/", "/F/B.app"},
138 {"/Foo/Bar.app/baz", "/Foo/Bar.app"},
139 {"/Foo/Bar.app/baz/", "/Foo/Bar.app"},
140 {"/Foo/Bar.app/baz/quux.app/quuux", "/Foo/Bar.app/baz/quux.app"},
141 {"/Applications/Google Foo.app/bar/Foo Helper.app/quux/Foo Helper",
142 "/Applications/Google Foo.app/bar/Foo Helper.app"},