Searched refs:return_code (Results 1 – 2 of 2) sorted by relevance
75 int return_code = ExecAndReturnCode(argv_str, &error); in RunHiddenapiEncode() local76 if (return_code == 0) { in RunHiddenapiEncode()79 LOG(ERROR) << "HiddenApi binary exited with unexpected return code " << return_code; in RunHiddenapiEncode()99 int return_code = ExecAndReturnCode(argv_str, &error); in RunHiddenapiList() local100 if (return_code == 0) { in RunHiddenapiList()103 LOG(ERROR) << "HiddenApi binary exited with unexpected return code " << return_code; in RunHiddenapiList()
1432 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F() local1434 ASSERT_EQ(return_code, ProfileAssistant::kSuccess); in TEST_F()1464 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F() local1466 ASSERT_EQ(return_code, ProfileAssistant::kSuccess); in TEST_F()