Lines Matching refs:Result
39 fbl::unique_ptr<Result> PosixRunTest(const char* argv[], in PosixRunTest()
52 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in PosixRunTest()
82 return fbl::make_unique<Result>(path, FAILED_DURING_IO, 0); in PosixRunTest()
89 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in PosixRunTest()
95 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in PosixRunTest()
105 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in PosixRunTest()
110 return fbl::make_unique<Result>(path, FAILED_TO_WAIT, 0); in PosixRunTest()
116 return fbl::make_unique<Result>(path, launch_status, return_code); in PosixRunTest()
120 return fbl::make_unique<Result>(path, FAILED_NONZERO_RETURN_CODE, 1); in PosixRunTest()
124 return fbl::make_unique<Result>(path, FAILED_NONZERO_RETURN_CODE, 1); in PosixRunTest()
128 return fbl::make_unique<Result>(path, FAILED_UNKNOWN, 0); in PosixRunTest()