Home
last modified time | relevance | path

Searched refs:profile_fd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/proto/android/app/
Dprofilerinfo.proto32 optional int32 profile_fd = 2; field
/frameworks/native/cmds/installd/
Ddexopt.cpp498 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local
501 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() argument
627 SetupArgs(std::vector<borrowed_fd>{profile_fd}, in SetupCopyAndUpdate()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp327 android::base::unique_fd profile_fd(open(profile_file.c_str(), O_RDONLY)); in create_mock_app() local
328 if (profile_fd.get() < 0) { in create_mock_app()
333 if (!android::base::ReadFdToString(profile_fd, &profile_content)) { in create_mock_app()