Home
last modified time | relevance | path

Searched refs:REPLY_MAX (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld.cpp46 #define REPLY_MAX 256 /* largest reply allowed */ macro
186 static int do_ping(char **arg ATTRIBUTE_UNUSED, char reply[REPLY_MAX] ATTRIBUTE_UNUSED) in do_ping()
191 static int do_create_app_data(char **arg, char reply[REPLY_MAX] ATTRIBUTE_UNUSED) { in do_create_app_data()
198 static int do_restorecon_app_data(char **arg, char reply[REPLY_MAX] ATTRIBUTE_UNUSED) { in do_restorecon_app_data()
204 static int do_migrate_app_data(char **arg, char reply[REPLY_MAX] ATTRIBUTE_UNUSED) { in do_migrate_app_data()
209 static int do_clear_app_data(char **arg, char reply[REPLY_MAX] ATTRIBUTE_UNUSED) { in do_clear_app_data()
214 static int do_destroy_app_data(char **arg, char reply[REPLY_MAX] ATTRIBUTE_UNUSED) { in do_destroy_app_data()
222 static int do_ota_dexopt(char **arg, char reply[REPLY_MAX] ATTRIBUTE_UNUSED) { in do_ota_dexopt()
255 static int do_dexopt(char **arg, char reply[REPLY_MAX]) in do_dexopt() argument
273 static int do_merge_profiles(char **arg, char reply[REPLY_MAX]) in do_merge_profiles() argument
[all …]
Dotapreopt.cpp52 #define REPLY_MAX 256 /* largest reply allowed */ macro