Searched refs:snapshot_fd (Results 1 – 1 of 1) sorted by relevance
2592 unique_fd snapshot_fd = open_snapshot_profile(AID_SYSTEM, package_name, profile_name); in create_app_profile_snapshot() local2593 if (snapshot_fd < 0) { in create_app_profile_snapshot()2618 snapshot_fd, in create_app_profile_snapshot()2634 cleanup_output_fd(snapshot_fd.get()); in create_app_profile_snapshot()2667 unique_fd snapshot_fd = open_snapshot_profile(AID_SYSTEM, package_name, profile_name); in create_boot_image_profile_snapshot() local2718 if (TEMP_FAILURE_RETRY(lseek(snapshot_fd, 0, SEEK_SET)) == static_cast<off_t>(-1)) { in create_boot_image_profile_snapshot()2725 snapshot_fd, in create_boot_image_profile_snapshot()2745 cleanup_output_fd(snapshot_fd.get()); in create_boot_image_profile_snapshot()