Searched refs:profile_fd (Results 1 – 3 of 3) sorted by relevance
32 optional int32 profile_fd = 2; field
498 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local501 if (profile_fd.get() >= 0) { in open_profile_files()502 profiles_fd->push_back(std::move(profile_fd)); in open_profile_files()623 void SetupCopyAndUpdate(const unique_fd& profile_fd, in SetupCopyAndUpdate() argument627 SetupArgs(std::vector<borrowed_fd>{profile_fd}, in SetupCopyAndUpdate()
327 android::base::unique_fd profile_fd(open(profile_file.c_str(), O_RDONLY)); in create_mock_app() local328 if (profile_fd.get() < 0) { in create_mock_app()333 if (!android::base::ReadFdToString(profile_fd, &profile_content)) { in create_mock_app()