Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddexlayout_main.cc198 int profile_fd = open(options.profile_file_name_, flags); in DexlayoutDriver() local
199 if (profile_fd < 0) { in DexlayoutDriver()
204 if (!profile_info->Load(profile_fd)) { in DexlayoutDriver()
/aosp12/frameworks/base/core/proto/android/app/
H A Dprofilerinfo.proto32 optional int32 profile_fd = 2; field
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp409 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local
412 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() argument
520 profiles_fd_.push_back(std::move(profile_fd)); in SetupCopyAndUpdate()