Searched refs:profile_fd (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/proto/android/app/ |
D | profilerinfo.proto | 32 optional int32 profile_fd = 2; field
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 231 bool debuggable, bool post_bootcomplete, bool background_job_compile, int profile_fd, in run_dex2oat() argument 419 if (profile_fd != -1) { in run_dex2oat() 420 sprintf(profile_arg, "--profile-file-fd=%d", profile_fd); in run_dex2oat() 459 + (profile_fd == -1 ? 0 : 1) in run_dex2oat() 523 if (profile_fd != -1) { in run_dex2oat() 705 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local 708 if (profile_fd.get() >= 0) { in open_profile_files() 709 profiles_fd->push_back(std::move(profile_fd)); in open_profile_files() 811 static void run_profman_copy_and_update(unique_fd&& profile_fd, in run_profman_copy_and_update() argument 816 profiles_fd.push_back(std::move(profile_fd)); in run_profman_copy_and_update()
|