HomeSort by relevance Sort by last modified time
    Searched refs:build_string2 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/installd/
installd.c 304 char *system_app_path = build_string2(android_system_dirs.dirs[0].path, APP_SUBDIR);
318 char *user_data_dir = build_string2(android_data_dir.path, SECONDARY_USER_PREFIX);
320 char *legacy_data_dir = build_string2(android_data_dir.path, PRIMARY_USER_PREFIX);
installd.h 135 char *build_string2(char *s1, char *s2);
utils.c 466 char *build_string2(char *s1, char *s2) { function

Completed in 34 milliseconds