Searched refs:profile_fd (Results 1 – 3 of 3) sorted by relevance
198 int profile_fd = open(options.profile_file_name_, flags); in DexlayoutDriver() local199 if (profile_fd < 0) { in DexlayoutDriver()204 if (!profile_info->Load(profile_fd)) { in DexlayoutDriver()
32 optional int32 profile_fd = 2; field
409 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local412 if (profile_fd.get() >= 0) { in open_profile_files()413 profiles_fd->push_back(std::move(profile_fd)); in open_profile_files()514 void SetupCopyAndUpdate(unique_fd&& profile_fd, in SetupCopyAndUpdate() argument520 profiles_fd_.push_back(std::move(profile_fd)); in SetupCopyAndUpdate()