Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/app/
Dprofilerinfo.proto32 optional int32 profile_fd = 2; field
/frameworks/native/cmds/installd/
Ddexopt.cpp321 int profile_fd, in RunDex2Oat() argument
464 if (profile_fd != -1) { in RunDex2Oat()
465 profile_arg = StringPrintf("--profile-file-fd=%d", profile_fd); in RunDex2Oat()
691 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local
694 if (profile_fd.get() >= 0) { in open_profile_files()
695 profiles_fd->push_back(std::move(profile_fd)); in open_profile_files()
766 void SetupCopyAndUpdate(unique_fd&& profile_fd, in SetupCopyAndUpdate() argument
772 profiles_fd_.push_back(std::move(profile_fd)); in SetupCopyAndUpdate()