Searched defs:tmp (Results 51 - 52 of 52) sorted by path

123

/system/vold/
H A DXwarp.cpp67 const char *tmp; local
73 tmp = (enable ? XWARP_BACKINGFILE : "");
75 if (write(fd, tmp, strlen(tmp)+1) < 0) {
H A Dvdc.c128 char tmp[4]; local
130 strncpy(tmp, buffer + offset, 3);
131 tmp[3] = '\0';
132 code = atoi(tmp);

Completed in 37 milliseconds

123