Searched refs:profile_fd (Results 1 – 2 of 2) sorted by relevance
32 optional int32 profile_fd = 2; field
347 int profile_fd, in RunDex2Oat() argument522 if (profile_fd != -1) { in RunDex2Oat()523 profile_arg = StringPrintf("--profile-file-fd=%d", profile_fd); in RunDex2Oat()752 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local755 if (profile_fd.get() >= 0) { in open_profile_files()756 profiles_fd->push_back(std::move(profile_fd)); in open_profile_files()836 void SetupCopyAndUpdate(unique_fd&& profile_fd, in SetupCopyAndUpdate() argument842 profiles_fd_.push_back(std::move(profile_fd)); in SetupCopyAndUpdate()