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()
515 const string helper_path(GetHelperBinary()); in TEST() local516 if (helper_path.empty()) { in TEST()524 ASSERT_TRUE(CopyFile(helper_path.c_str(), binpath.c_str())) in TEST()525 << "Failed to copy " << helper_path << " to " << binpath; in TEST()587 FileID fileid(helper_path.c_str()); in TEST()766 string helper_path(GetHelperBinary()); in TEST() local767 if (helper_path.empty()) { in TEST()783 execl(helper_path.c_str(), in TEST()784 helper_path.c_str(), in TEST()
81 string helper_path(GetHelperBinary()); in SetupChildProcess() local82 if (helper_path.empty()) { in SetupChildProcess()90 execl(helper_path.c_str(), in SetupChildProcess()97 std::string err_str = "Exec of " + helper_path + " failed"; in SetupChildProcess()
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()
244 string helper_path = GetHelperPath(); in TEST_F() local246 helper_path.c_str(), in TEST_F()316 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()