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

/system/core/libsparse/
H A Dsparse_read.c6 * You may obtain a copy of the License at
56 char *at = ""; local
69 at = malloc(size + 1);
70 if (at == NULL) {
75 vsnprintf(at, size, fmt, argp);
77 at[size] = 0;
78 s = " at ";
83 sparse_print_verbose("EOF while reading file%s%s\n", s, at);
87 sparse_print_verbose("Invalid sparse file format%s%s\n", s, at);
90 s, at);
[all...]

Completed in 135 milliseconds