Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld.cpp46 #define REPLY_MAX 256 /* largest reply allowed */ macro
255 static int do_dexopt(char **arg, char reply[REPLY_MAX]) in do_dexopt()
273 static int do_merge_profiles(char **arg, char reply[REPLY_MAX]) in do_merge_profiles()
285 static int do_dump_profiles(char **arg, char reply[REPLY_MAX]) in do_dump_profiles()
313 static int do_get_app_size(char **arg, char reply[REPLY_MAX]) { in do_get_app_size()
334 static int do_get_app_data_inode(char **arg, char reply[REPLY_MAX]) { in do_get_app_data_inode()
Dotapreopt.cpp52 #define REPLY_MAX 256 /* largest reply allowed */ macro