HomeSort by relevance Sort by last modified time
    Searched full:mapsfile (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 71 uint8_t* mapsFile = NULL;
73 mapsFile = (uint8_t*)malloc(MAPS_FILE_SIZE);
76 if (mapsFile != NULL && fd != -1) {
79 uint8_t* ptr = mapsFile + header.mapSize;
114 if (header.mapSize > 0 && mapsFile != NULL) {
115 memcpy(ptr, mapsFile, header.mapSize);
123 if (mapsFile != NULL) {
124 free(mapsFile);
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 95 char mapsfile[20] = "/proc/"; local
101 snprintf(mapsfile + 6, 6, "%hu", proc->tid);
103 strcpy(exe_name, mapsfile);
105 strcat(mapsfile, "/maps");
107 fp = op_try_open_file(mapsfile, "r");

Completed in 46 milliseconds