Home
last modified time | relevance | path

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

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