Searched defs:profile_fd (Results 1 – 3 of 3) sorted by relevance
32 optional int32 profile_fd = 2; field
198 int profile_fd = open(options.profile_file_name_, flags); in DexlayoutDriver() local
409 unique_fd profile_fd = open_current_profile(uid, user, package_name, location, in open_profile_files() local514 void SetupCopyAndUpdate(unique_fd&& profile_fd, in SetupCopyAndUpdate()