OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AID_ADB
(Results
1 - 2
of
2
) sorted by null
/system/core/include/private/
android_filesystem_config.h
55
#define
AID_ADB
1011 /* android debug bridge (adbd) */
168
{ "adb",
AID_ADB
, },
/system/core/adb/daemon/
main.cpp
114
//
AID_ADB
to access the USB driver
123
gid_t groups[] = {
AID_ADB
, AID_LOG, AID_INPUT,
Completed in 374 milliseconds