Home
last modified time | relevance | path

Searched refs:snapshot_fd (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp2800 unique_fd snapshot_fd = open_spnashot_profile(AID_SYSTEM, package_name, profile_name); in create_app_profile_snapshot() local
2801 if (snapshot_fd < 0) { in create_app_profile_snapshot()
2826 snapshot_fd, in create_app_profile_snapshot()
2874 unique_fd snapshot_fd = open_spnashot_profile(AID_SYSTEM, package_name, profile_name); in create_boot_image_profile_snapshot() local
2925 if (TEMP_FAILURE_RETRY(lseek(snapshot_fd, 0, SEEK_SET)) == static_cast<off_t>(-1)) { in create_boot_image_profile_snapshot()
2932 snapshot_fd, in create_boot_image_profile_snapshot()