android_system_core/adb
Al Sutton 77262e7db2 Remove explict use of ASCII encoding
Replace the use of CFStringGetCString with kCFStringEncodingASCII specified
with CFStringGetFileSystemRepresentation which will ensure the correct
character encoding is used to conver the CFString into a NULL terminated
char array suitable for use with POSIX APIs.

(cherry picked from commit 2a4b5f9e80)

Change-Id: Ie6e2027e59b49ca634c7308bcda7bb492d372f46
2015-01-14 09:41:33 -08:00
..
adb.c Move host 'get-state' service up so that it works. 2014-08-05 17:23:35 -07:00
adb.h Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
adb_auth.h Introduce "adb keygen" 2014-11-14 21:09:48 +00:00
adb_auth_client.c fix for adbd pinning CPU 2014-09-25 21:51:15 -07:00
adb_auth_host.c Introduce "adb keygen" 2014-11-14 21:09:48 +00:00
adb_client.c add sideload-host mode to adb 2014-07-07 07:51:58 -07:00
adb_client.h Support adb client connect to remote server 2013-01-04 11:00:38 -08:00
adb_trace.h Consolidate adb trace macro defines into its own header file. 2014-07-29 14:07:46 -07:00
Android.mk Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
commandline.c Introduce "adb keygen" 2014-11-14 21:09:48 +00:00
console.c
disable_verity_service.c Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
fdevent.c Consolidate adb trace macro defines into its own header file. 2014-07-29 14:07:46 -07:00
fdevent.h adb: fix subprocess exit handling, oom adjust fixes, extra debugging. 2011-03-28 14:12:22 -07:00
file_sync_client.c Add install-multiple to adb. 2014-07-14 10:26:21 -07:00
file_sync_service.c adb: set O_CLOEXEC on lots of file descriptors 2014-07-18 20:57:35 -07:00
file_sync_service.h Add install-multiple to adb. 2014-07-14 10:26:21 -07:00
framebuffer_service.c adb: avoid leaking file descriptors 2014-06-05 20:26:25 -07:00
get_my_path_darwin.c Remove explict use of ASCII encoding 2015-01-14 09:41:33 -08:00
get_my_path_freebsd.c
get_my_path_linux.c
get_my_path_windows.c
jdwp_service.c Fix adb leaking file descriptors to forked processes 2011-02-03 15:26:45 -05:00
MODULE_LICENSE_APACHE2
mutex_list.h adb: Cleanup dead code 2013-04-24 21:31:45 -07:00
NOTICE
OVERVIEW.TXT
protocol.txt adb: Add public key authentification 2012-08-23 00:20:06 -07:00
remount_service.c adb warns on remount when verity is enabled 2014-10-27 10:56:31 -07:00
services.c Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-10-09 09:05:36 -07:00
SERVICES.TXT adb: implement "adb reverse <local> <remote>" 2014-05-27 16:42:13 +02:00
sockets.c adbd: adb root should terminate adbd only if it's debuggable 2014-05-05 17:20:00 +08:00
sockets.dia
SYNC.TXT Adding documentation on the sync part of the adb protocol previously missing. 2014-03-20 20:36:46 +01:00
sysdeps.h Fix windows-specific error without messing up Makefile flags. 2014-10-01 17:37:06 -07:00
sysdeps_win32.c Fix adb/fastboot windows compilations. 2014-11-06 18:32:39 -08:00
test_track_devices.c
test_track_jdwp.c
transport.c adb: fix windows build after "forward --list" fix. 2014-03-06 19:40:45 -08:00
transport.h adb: fix subprocess exit handling, oom adjust fixes, extra debugging. 2011-03-28 14:12:22 -07:00
transport_local.c adb: Increase the max number of emulator instances to 64 2014-03-13 11:21:58 +01:00
transport_usb.c adb: Improved detection of big endian architecture 2010-10-16 14:35:28 +02:00
usb_libusb.c adb: Add ability to specify device path 2012-04-20 11:21:14 -07:00
usb_linux.c adb: set O_CLOEXEC on lots of file descriptors 2014-07-18 20:57:35 -07:00
usb_linux_client.c Merge "adbd: Don't close/reopen FFS ep0 on disconnect" 2014-01-28 00:07:15 +00:00
usb_osx.c 74602: Fixes adb not seeing connected devices on Mac. 2014-09-15 15:46:13 -07:00
usb_vendors.c Fix adb/fastboot windows compilations. 2014-11-06 18:32:39 -08:00
usb_vendors.h adb: Add vendor IDs for iRiver, Compal and T & A Mobile Phones 2011-07-11 09:39:39 -04:00
usb_windows.c Fix adb/fastboot windows compilations. 2014-11-06 18:32:39 -08:00