Searched refs:helper_path (Results 1 – 6 of 6) sorted by relevance
43 string helper_path; in GetHelperBinary() local46 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()
342 const string helper_path(GetHelperBinary()); in TEST() local343 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() local592 if (helper_path.empty()) { in TEST()608 execl(helper_path.c_str(), in TEST()609 helper_path.c_str(), in TEST()
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);
89 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()
243 string helper_path = GetHelperPath(); in TEST_F() local245 helper_path.c_str(), in TEST_F()315 EXPECT_EQ(helper_path, main_module->code_file()); in TEST_F()
294 string helper_path = GetHelperPath(); in TEST_F() local296 helper_path.c_str(), in TEST_F()353 EXPECT_EQ(helper_path, main_module->code_file()); in TEST_F()