Searched defs:apk_fd (Results 1 – 1 of 1) sorted by relevance
625 const unique_fd& apk_fd, in SetupCopyAndUpdate()813 unique_fd apk_fd(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW)); in dump_profiles() local2820 unique_fd apk_fd(TEMP_FAILURE_RETRY(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW))); in prepare_app_profile() local