Searched defs:len_str (Results 1 - 1 of 1) sorted by relevance

/system/core/libdiskconfig/
H A Ddiskconfig.c42 int len_str; local
47 len_str = strlen(tmp);
48 if (!len_str) {
53 switch(tmp[len_str - 1]) {
60 tmp[len_str - 1] = '\0';

Completed in 62 milliseconds