Searched refs:statusext (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dnandread.c26 char *statusext = ".stat"; local
114 statusfilename = malloc(strlen(filename) + strlen(statusext) + 1);
116 strcat(statusfilename, statusext);

Completed in 123 milliseconds