Searched defs:maps (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp61 * Retrieve the native heap information and the info from /proc/self/maps,
69 String8 maps; local
70 ReadFile("/proc/self/maps", maps);
71 header.mapSize = maps.size();
85 maps.size(), reinterpret_cast<const jbyte*>(maps.string()));
86 env->SetByteArrayRegion(array, sizeof(header) + maps.size(),
H A Dandroid_os_Debug.cpp833 const char* maps = "/proc/self/maps"; local
834 FILE* in = fopen(maps, "r");
836 fprintf(fp, "Could not open %s\n", maps);
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
H A DMapView.java17 package com.google.android.maps;

Completed in 76 milliseconds