Home
last modified time | relevance | path

Searched defs:profile_fd (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/core/proto/android/app/
H A Dprofilerinfo.proto32 optional int32 profile_fd = 2; field
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/app/
Dprofilerinfo.pb.h414 inline ::int32_t ProfilerInfoProto::profile_fd() const { in profile_fd() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/app/
Dprofilerinfo.pb.h414 inline ::int32_t ProfilerInfoProto::profile_fd() const { in profile_fd() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/app/
Dprofilerinfo.pb.h435 inline ::int32_t ProfilerInfoProto::profile_fd() const { in profile_fd() function
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp498 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local
623 void SetupCopyAndUpdate(const unique_fd& profile_fd, in SetupCopyAndUpdate()
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp327 android::base::unique_fd profile_fd(open(profile_file.c_str(), O_RDONLY)); in create_mock_app() local