Home
last modified time | relevance | path

Searched defs:err_msg (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/external/
Ddex_file_supp.cc92 if (std::string err_msg; !TryLoadLibdexfile(&err_msg)) { in LoadLibdexfile() local
/art/runtime/base/
Dgc_visited_arena_pool.cc110 std::string err_msg; in AddMap() local
158 std::string err_msg; in AddPreZygoteForkMap() local
/art/runtime/gc/collector/
Dmark_compact.cc500 std::string err_msg; in MarkCompact() local
623 std::string err_msg; in AddLinearAllocSpaceData() local
1251 std::string err_msg; in PrepareForCompaction() local
/art/runtime/gc/space/
Dimage_space.cc2189 std::string err_msg; // Ignored. in Load() local
2213 [[maybe_unused]] /*out*/ std::string* err_msg) { in LoadFromSystem()