Lines Matching refs:usr

63   std::string usr = "/usr/include";  in TEST_F()  local
66 usr + "/stdio.h", in TEST_F()
73 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
79 std::string usr = "/usr/include"; in TEST_F() local
85 usr + "/stdio.h", usr_target + "/sys/cdefs.h", in TEST_F()
92 testing::ElementsAre(libcpp, ResourceInc(), usr, usr_target, in TEST_F()
100 std::string usr = "/home/user/sysroot/usr/include"; in TEST_F() local
102 usr + "/stdio.h", in TEST_F()
109 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
115 std::string usr = "/usr/include"; in TEST_F() local
118 usr + "/stdio.h", in TEST_F()
125 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
131 std::string usr = "/usr/include"; in TEST_F() local
134 usr + "/stdio.h", in TEST_F()
136 usr + "/boost/vector", in TEST_F()
143 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
149 std::string usr = "/usr/include"; in TEST_F() local
154 usr + "/stdio.h", in TEST_F()
156 usr + "/boost/vector", in TEST_F()
164 testing::ElementsAre(libcpp, ResourceInc(), usr, libcpp_target)); in TEST_F()
172 std::string usr = in TEST_F() local
176 usr + "/stdio.h", in TEST_F()
184 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
236 std::string usr = "/usr/include"; in TEST_F() local
239 usr + "/stdio.h", in TEST_F()
249 std::string usr = "/usr/include"; in TEST_F() local
252 usr + "/stdio.h", in TEST_F()
254 usr + "/c++/8.0.1/vector", in TEST_F()
286 std::string usr = "/usr/include"; in TEST_F() local
287 std::string libcpp1 = usr + "c++/v1"; in TEST_F()
288 std::string libcpp2 = usr + "c++/v2"; in TEST_F()
291 usr + "/stdio.h", in TEST_F()