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

  /sdk/emulator/qtools/
trace_reader.cpp 861 char *mmap_dexfile = event->path; local
889 match = strstr(buf + 1, mmap_dexfile);
891 // Check that the dexlist file ends with the string mmap_dexfile.
892 // We add one to the length of the mmap_dexfile because buf[]
893 // ends with a newline. The strlen(mmap_dexfile) computation
896 if (match != NULL && strlen(match) == strlen(mmap_dexfile) + 1)
909 mmap_dexfile);
912 delete[] mmap_dexfile;
    [all...]

Completed in 247 milliseconds