Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2000 const char* code_name = get_return_code_name(static_cast<DexoptReturnCodes>(int_code)); in format_dexopt_error() local
2001 if (code_name != nullptr) { in format_dexopt_error()
2002 return StringPrintf("Dex2oat invocation for %s failed: %s", dex_path, code_name); in format_dexopt_error()