Searched refs:location (Results 1 – 7 of 7) sorted by relevance
/system/core/debuggerd/ |
D | getevent.c | 26 char location[80]; in open_device() local 42 location[sizeof(location) - 1] = '\0'; in open_device() 48 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device() 50 location[0] = '\0'; in open_device()
|
/system/core/libpixelflinger/codeflinger/ |
D | mips_disassem.h | 60 void mips_disassem(uint32_t *location, char *di_buffer, int alt_fmt);
|
/system/core/toolbox/ |
D | getevent.c | 301 char location[80]; in open_device() local 323 location[sizeof(location) - 1] = '\0'; in open_device() 329 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) { in open_device() 331 location[0] = '\0'; in open_device() 363 " id: \"%s\"\n", location, idstr); in open_device()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 82 static void logOpenSSLError(const char* location) { in logOpenSSLError() argument 88 ALOGE("OpenSSL error in %s %d: %s", location, error, message); in logOpenSSLError()
|
/system/core/logcat/ |
D | event.logtags | 45 # This event is logged when the location service uploads location data.
|
/system/core/rootdir/ |
D | init.rc | 250 # symlink to bugreport storage location 253 # Separate location for storing security policy files on data
|
/system/core/sh/ |
D | TOUR | 283 tered throughout the code, depending on which location appears
|