Searched refs:path_to_linker (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | dl_test.cpp | 115 const char* path_to_linker = PathToLinker(); in TEST() local 116 std::string usage_prefix = std::string("Usage: ") + path_to_linker; in TEST() 118 eth.SetArgs({ path_to_linker, nullptr }); in TEST() 119 eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in TEST() 126 const char* path_to_linker = PathToLinker(); in TEST() local 135 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST() 136 …eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()… in TEST() 142 const char* path_to_linker = PathToLinker(); in TEST() local 151 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST() 152 …eth.Run([&]() { execve(path_to_linker, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()… in TEST() [all …]
|