Home | History | Annotate | Download | only in installd

Lines Matching refs:profile_fd

194         bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) {
358 if (profile_fd != -1) {
359 sprintf(profile_arg, "--profile-file-fd=%d", profile_fd);
389 + (profile_fd == -1 ? 0 : 1)
447 if (profile_fd != -1) {
604 unique_fd profile_fd = open_current_profile(uid, user, location, is_secondary_dex);
606 if (profile_fd.get() >= 0) {
607 profiles_fd->push_back(std::move(profile_fd));