Home | History | Annotate | Download | only in installd

Lines Matching full:profile_arg

884     char profile_arg[strlen("--profile-file-fd=") + MAX_INT_LEN];
886 sprintf(profile_arg, "--profile-file-fd=%d", profile_fd);
962 argv[i++] = profile_arg;