Home | History | Annotate | Download | only in installd

Lines Matching refs:profile_file

759         char profile_file[PKG_PATH_MAX];
760 snprintf(profile_file, sizeof(profile_file), "%s/%s",
763 if ((stat(profile_file, &st) == 0) && (st.st_size > 0)) {
764 sprintf(profile_file_arg, "--profile-file=%s", profile_file);