Lines Matching refs:component_url

32     fbl::String component_url;
35 component_url = "";
37 TestFileComponentInfo("", &component_url, &cmx_file_path);
38 EXPECT_STR_EQ("", component_url.c_str());
41 component_url = "";
43 TestFileComponentInfo("/", &component_url, &cmx_file_path);
44 EXPECT_STR_EQ("", component_url.c_str());
47 component_url = "";
49 TestFileComponentInfo("/system/test", &component_url, &cmx_file_path);
50 EXPECT_STR_EQ("", component_url.c_str());
53 component_url = "";
55 TestFileComponentInfo("/pkgfs", &component_url, &cmx_file_path);
56 EXPECT_STR_EQ("", component_url.c_str());
59 component_url = "";
61 TestFileComponentInfo("/pkgfs/packages", &component_url, &cmx_file_path);
62 EXPECT_STR_EQ("", component_url.c_str());
65 component_url = "";
67 TestFileComponentInfo("/pkgfs/packages/", &component_url,
69 EXPECT_STR_EQ("", component_url.c_str());
72 component_url = "";
74 TestFileComponentInfo("/pkgfs/packages/foo", &component_url,
76 EXPECT_STR_EQ("", component_url.c_str());
79 component_url = "";
81 TestFileComponentInfo("/pkgfs/packages/foo/", &component_url,
83 EXPECT_STR_EQ("", component_url.c_str());
86 component_url = "";
88 TestFileComponentInfo("/pkgfs/packages/foo/bar", &component_url,
90 EXPECT_STR_EQ("", component_url.c_str());
93 component_url = "";
95 TestFileComponentInfo("/pkgfs/packages/foo/bar/", &component_url,
97 EXPECT_STR_EQ("", component_url.c_str());
100 component_url = "";
102 TestFileComponentInfo("/pkgfs/packages/pname/foo/bar/", &component_url,
105 component_url.c_str());
108 component_url = "";
111 &component_url, &cmx_file_path);
113 component_url.c_str());
117 component_url = "";
120 &component_url, &cmx_file_path);
122 component_url.c_str());
126 component_url = "";
129 &component_url, &cmx_file_path);
131 component_url.c_str());
135 component_url = "";
138 &component_url, &cmx_file_path);
140 component_url.c_str());