HomeSort by relevance Sort by last modified time
    Searched refs:StringPrintf (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /art/runtime/
mem_map.cc 30 #include "base/stringprintf.h"
59 os << StringPrintf("0x%08x-0x%08x %c%c%c %s\n",
147 *error_msg = StringPrintf("Failed to build process map");
157 *error_msg = StringPrintf("Requested region 0x%08" PRIxPTR "-0x%08" PRIxPTR " does not overlap "
168 *error_msg = StringPrintf("Failed to build process map");
177 *error_msg = StringPrintf("Requested region 0x%08" PRIxPTR "-0x%08" PRIxPTR " overlaps with "
218 PLOG(WARNING) << StringPrintf("munmap(%p, %zd) failed", actual_ptr, byte_count);
232 os << StringPrintf("Failed to mmap at expected address, mapped at "
299 *error_msg = StringPrintf("ashmem_create_region failed for '%s': %s", name, strerror(errno));
317 *error_msg = StringPrintf("The requested address space (%p, %p) cannot fit in low_4gb"
    [all...]