OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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