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

  /system/core/toolbox/
nandread.c 26 char *statusext = ".stat"; local
114 statusfilename = malloc(strlen(filename) + strlen(statusext) + 1);
116 strcat(statusfilename, statusext);

Completed in 119 milliseconds