Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp194 bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) { in run_dex2oat()
604 unique_fd profile_fd = open_current_profile(uid, user, location, is_secondary_dex); in open_profile_files() local