• Home
  • Raw
  • Download

Lines Matching refs:string

89   std::string expected_output = std::string("This is ") + kPathToLinker +  in TEST()
98 std::string helper = get_testlib_root() + in TEST()
109 std::string helper = get_testlib_root() + in TEST()
121 std::string helper = get_testlib_root() + in TEST()
132 std::string helper = get_testlib_root() + in TEST()
134 …std::string env = std::string("LD_PRELOAD=") + get_testlib_root() + "/ld_preload_test_helper_lib2.… in TEST()
159 …std::string error_message = "CANNOT LINK EXECUTABLE \"" + get_testlib_root() + "/ld_config_test_he… in TEST()
160 std::string helper = get_testlib_root() + in TEST()
170 static void create_ld_config_file(std::string& config_file) { in create_ld_config_file()
185 std::string build_type = android::base::GetProperty("ro.build.type", "user"); in is_user_build()
201 std::string helper = get_testlib_root() + in TEST()
203 std::string config_file = get_testlib_root() + "/ld.config.txt"; in TEST()
205 std::string env = std::string("LD_CONFIG_FILE=") + config_file; in TEST()
223 std::string helper = get_testlib_root() + in TEST()
225 std::string config_file = get_testlib_root() + "/ld.config.txt"; in TEST()
227 std::string env = std::string("LD_CONFIG_FILE=") + config_file; in TEST()
228 …std::string env2 = std::string("LD_PRELOAD=") + get_testlib_root() + "/ld_config_test_helper_lib3.… in TEST()
252 …std::string error_message = "CANNOT LINK EXECUTABLE \"" + get_testlib_root() + "/ld_config_test_he… in TEST()
253 std::string helper = get_testlib_root() + in TEST()
255 std::string config_file = get_testlib_root() + "/ld.config.txt"; in TEST()
257 std::string env = std::string("LD_CONFIG_FILE=") + config_file; in TEST()