Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/app/
Dprofilerinfo.proto32 optional int32 profile_fd = 2; field
/frameworks/native/cmds/installd/
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()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp327 android::base::unique_fd profile_fd(open(profile_file.c_str(), O_RDONLY)); in create_mock_app() local