Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DSdkConstants.cpp81 Maybe<ApiVersion> GetDevelopmentSdkCodeNameVersion(const StringPiece& code_name) { in GetDevelopmentSdkCodeNameVersion() argument
82 return (sDevelopmentSdkCodeNames.find(code_name) == sDevelopmentSdkCodeNames.end()) in GetDevelopmentSdkCodeNameVersion()
H A DSdkConstants.h64 Maybe<ApiVersion> GetDevelopmentSdkCodeNameVersion(const android::StringPiece& code_name);
/aosp12/system/core/debuggerd/proto/
H A Dtombstone.proto51 string code_name = 4;
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp316 signal_info.name().c_str(), signal_info.code(), signal_info.code_name().c_str(), in print_main_thread()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp1665 const char* code_name = get_return_code_name(static_cast<DexoptReturnCodes>(int_code)); in format_dexopt_error() local
1666 if (code_name != nullptr) { in format_dexopt_error()
1667 return StringPrintf("Dex2oat invocation for %s failed: %s", dex_path, code_name); in format_dexopt_error()