Home
last modified time | relevance | path

Searched refs:helper_path (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest_utils.cc43 string helper_path; in GetHelperBinary() local
46 helper_path = string(bindir) + "/"; in GetHelperBinary()
53 helper_path = string(self_path); in GetHelperBinary()
54 size_t pos = helper_path.rfind('/'); in GetHelperBinary()
58 helper_path.erase(pos + 1); in GetHelperBinary()
61 helper_path += "linux_dumper_unittest_helper"; in GetHelperBinary()
63 return helper_path; in GetHelperBinary()
Dminidump_writer_unittest.cc342 const string helper_path(GetHelperBinary()); in TEST() local
343 if (helper_path.empty()) { in TEST()
351 ASSERT_TRUE(CopyFile(helper_path.c_str(), binpath.c_str())) in TEST()
352 << "Failed to copy " << helper_path << " to " << binpath; in TEST()
414 FileID fileid(helper_path.c_str()); in TEST()
591 string helper_path(GetHelperBinary()); in TEST() local
592 if (helper_path.empty()) { in TEST()
608 execl(helper_path.c_str(), in TEST()
609 helper_path.c_str(), in TEST()
Dlinux_ptrace_dumper_unittest.cc381 string helper_path(GetHelperBinary());
382 if (helper_path.empty()) {
390 execl(helper_path.c_str(),
397 FAIL() << "Exec of " << helper_path << " failed: " << strerror(errno);
/external/google-breakpad/src/client/mac/tests/
Dspawn_child_process.h89 string helper_path(GetExecutablePath()); in GetHelperPath()
90 size_t pos = helper_path.rfind('/'); in GetHelperPath()
94 helper_path.erase(pos + 1); in GetHelperPath()
95 helper_path += "minidump_generator_test_helper"; in GetHelperPath()
96 return helper_path; in GetHelperPath()
Dminidump_generator_test.cc243 string helper_path = GetHelperPath(); in TEST_F() local
245 helper_path.c_str(), in TEST_F()
315 EXPECT_EQ(helper_path, main_module->code_file()); in TEST_F()
Dcrash_generation_server_test.cc294 string helper_path = GetHelperPath(); in TEST_F() local
296 helper_path.c_str(), in TEST_F()
353 EXPECT_EQ(helper_path, main_module->code_file()); in TEST_F()