Searched refs:posix_argv0_override_for_testing (Results 1 – 3 of 3) sorted by relevance
249 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in ForkContinuousAlloc()908 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()965 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()1012 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()1059 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()1097 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()1142 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()1248 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()1312 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()1358 child.args.posix_argv0_override_for_testing = "heapprofd_continuous_malloc"; in TEST_P()[all …]
217 if (!args.posix_argv0_override_for_testing.empty()) { in Start()219 const_cast<char*>(args.posix_argv0_override_for_testing.c_str()); in Start()
133 std::string posix_argv0_override_for_testing; member