Lines Matching refs:helper
98 std::string helper = get_testlib_root() + in TEST() local
100 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
102 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
103 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
109 std::string helper = get_testlib_root() + in TEST() local
111 chmod(helper.c_str(), 0755); // TODO: "x" lost in CTS, b/34945607 in TEST()
113 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
114 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST()
121 std::string helper = get_testlib_root() + in TEST() local
123 chmod(helper.c_str(), 0755); in TEST()
125 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
126 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "12345"); in TEST()
132 std::string helper = get_testlib_root() + in TEST() local
135 chmod(helper.c_str(), 0755); in TEST()
137 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
144 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "54321"); in TEST()
160 std::string helper = get_testlib_root() + in TEST() local
162 chmod(helper.c_str(), 0755); in TEST()
164 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
165 …eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, -6, error_message.c_str()); in TEST()
201 std::string helper = get_testlib_root() + in TEST() local
206 chmod(helper.c_str(), 0755); in TEST()
208 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
210 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "12345"); in TEST()
223 std::string helper = get_testlib_root() + in TEST() local
229 chmod(helper.c_str(), 0755); in TEST()
231 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
233 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, "54321"); in TEST()
253 std::string helper = get_testlib_root() + in TEST() local
258 chmod(helper.c_str(), 0755); in TEST()
260 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
262 …eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, -6, error_message.c_str()); in TEST()