HomeSort by relevance Sort by last modified time
    Searched refs:helper_path (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest_utils.cc 43 string helper_path; local
46 helper_path = string(bindir) + "/";
53 helper_path = string(self_path);
54 size_t pos = helper_path.rfind('/');
58 helper_path.erase(pos + 1);
61 helper_path += "linux_dumper_unittest_helper";
63 return helper_path;
minidump_writer_unittest.cc 342 const string helper_path(GetHelperBinary());
343 if (helper_path.empty()) {
351 ASSERT_TRUE(CopyFile(helper_path.c_str(), binpath.c_str()))
352 << "Failed to copy " << helper_path << " to " << binpath;
414 FileID fileid(helper_path.c_str());
591 string helper_path(GetHelperBinary());
592 if (helper_path.empty()) {
608 execl(helper_path.c_str(),
609 helper_path.c_str(),
linux_ptrace_dumper_unittest.cc 381 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/
spawn_child_process.h 89 string helper_path(GetExecutablePath());
90 size_t pos = helper_path.rfind('/');
94 helper_path.erase(pos + 1);
95 helper_path += "minidump_generator_test_helper";
96 return helper_path;
minidump_generator_test.cc 243 string helper_path = GetHelperPath(); local
245 helper_path.c_str(),
315 EXPECT_EQ(helper_path, main_module->code_file());
crash_generation_server_test.cc 294 string helper_path = GetHelperPath(); local
296 helper_path.c_str(),
353 EXPECT_EQ(helper_path, main_module->code_file());

Completed in 113 milliseconds