Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc195 std::string ErrorPrintf(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3)));
438 std::string OatFileBase::ErrorPrintf(const char* fmt, ...) { in ErrorPrintf() function in art::OatFileBase
456 *error_msg = ErrorPrintf("%s #%zd for '%s' truncated, missing %s bss mapping offset", in ReadIndexBssMapping()
476 *error_msg = ErrorPrintf("%s #%zu for '%s' with unaligned or " in ReadIndexBssMapping()
629 *error_msg = ErrorPrintf("invalid oat header: %s", cause.c_str()); in Setup()
636 *error_msg = ErrorPrintf("truncated oat header, size = %zu < %zu + %zu", in Setup()
645 *error_msg = ErrorPrintf("invalid oat dex files offset: %zu is not in [%zu, %zu]", in Setup()
659 *error_msg = ErrorPrintf( in Setup()
676 *error_msg = ErrorPrintf( in Setup()
688 *error_msg = ErrorPrintf( in Setup()
[all …]