Home
last modified time | relevance | path

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

/art/tools/hiddenapi/
Dhiddenapi_test.cc76 int return_code = ExecAndReturnCode(argv_str, &error); in RunHiddenapiEncode() local
77 if (return_code == 0) { in RunHiddenapiEncode()
80 LOG(ERROR) << "HiddenApi binary exited with unexpected return code " << return_code; in RunHiddenapiEncode()
100 int return_code = ExecAndReturnCode(argv_str, &error); in RunHiddenapiList() local
101 if (return_code == 0) { in RunHiddenapiList()
104 LOG(ERROR) << "HiddenApi binary exited with unexpected return code " << return_code; in RunHiddenapiList()