Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/runner/
H A Dresultgen.c726 static const char *result_from_exitcode(int exitcode) in result_from_exitcode() function
845 const char *result = has_timeout ? "timeout" : result_from_exitcode(exitcode); in fill_from_journal()