Home | History | Annotate | Download | only in qtools

Lines Matching refs:mmap_path

23 static char *ExtractDexPathFromMmap(const char *mmap_path);
469 event->mmap_path = path;
538 event->mmap_path = NULL;
809 if (event.rec_type == kPidMmap && event.path != event.mmap_path) {
1010 static char *ExtractDexPathFromMmap(const char *mmap_path)
1012 const char *end = rindex(mmap_path, '@');
1015 const char *start = rindex(mmap_path, '/');