Searched refs:location (Results 1 - 4 of 4) sorted by last modified time

/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp82 static void logOpenSSLError(const char* location) { argument
88 ALOGE("OpenSSL error in %s %d: %s", location, error, message);
/system/core/debuggerd/
H A Dgetevent.c26 char location[80]; local
42 location[sizeof(location) - 1] = '\0';
48 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
50 location[0] = '\0';
/system/core/libpixelflinger/codeflinger/
H A Dmips_disassem.h60 void mips_disassem(uint32_t *location, char *di_buffer, int alt_fmt);
/system/core/toolbox/
H A Dgetevent.c301 char location[80]; local
323 location[sizeof(location) - 1] = '\0';
329 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
330 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
331 location[0] = '\0';
362 printf(" location: \"%s\"\n"
363 " id: \"%s\"\n", location, idstr);

Completed in 19 milliseconds