Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc251 void DeathTestAbort(const std::string& message) { in DeathTestAbort() function
275 DeathTestAbort( \
296 DeathTestAbort( \
338 DeathTestAbort("Cannot run a death test outside of a TEST or " in DeathTest()
955 DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " + in ExecDeathTestChildMain()
966 DeathTestAbort(std::string("execve(") + args->argv[0] + ", ...) in " + in ExecDeathTestChildMain()
1019 DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " + in ExecDeathTestSpawnChild()
1236 DeathTestAbort("Unable to open parent process " + in GetStatusFileDescriptor()
1257 DeathTestAbort("Unable to duplicate the pipe handle " + in GetStatusFileDescriptor()
1271 DeathTestAbort("Unable to duplicate the event handle " + in GetStatusFileDescriptor()
[all …]