Records

Functions

  • zx::result<zx::vmo> GetExecutable (const char * filename)

    Get an executable VMO for the test program using fdio. Returns the new,

    owned VMO handle, or an error; but also produces gtest EXPECT_* failures

    for any errors.

    Defined at line 17 of file ../../src/bringup/lib/userboot/testing/get-executable.cc

  • zx::result<int64_t> WaitForTermination (zx::unowned_process process)

    Wait for the process to terminate, and return its exit code.

    Defined at line 13 of file ../../src/bringup/lib/userboot/testing/wait-for-termination.cc