OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_string2
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
installd.c
312
char *system_app_path =
build_string2
(android_system_dirs.dirs[0].path, APP_SUBDIR);
338
char *user_data_dir =
build_string2
(android_data_dir.path, SECONDARY_USER_PREFIX);
340
char *legacy_data_dir =
build_string2
(android_data_dir.path, PRIMARY_USER_PREFIX);
installd.h
187
char *
build_string2
(char *s1, char *s2);
utils.c
962
char *
build_string2
(char *s1, char *s2) {
function
Completed in 167 milliseconds