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.cpp347 int profile_fd, in RunDex2Oat() argument
522 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() local
755 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() argument
842 profiles_fd_.push_back(std::move(profile_fd)); in SetupCopyAndUpdate()