Searched defs:profile_file_arg (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/installd/
H A Dcommands.cpp839 char profile_file_arg[strlen("--profile-file=") + PKG_PATH_MAX]; local
867 sprintf(profile_file_arg, "--profile-file=%s", profile_file);
934 argv[i++] = profile_file_arg;

Completed in 126 milliseconds