Searched refs:local_fd (Results 1 – 1 of 1) sorted by relevance
197 unique_fd local_fd(adb_open(file, O_RDONLY | O_CLOEXEC)); in install_app_streamed() local198 if (local_fd < 0) { in install_app_streamed()226 copy_to_file(local_fd.get(), remote_fd.get()); in install_app_streamed()477 unique_fd local_fd(adb_open(file, O_RDONLY | O_CLOEXEC)); in install_multiple_app() local478 if (local_fd < 0) { in install_multiple_app()492 copy_to_file(local_fd.get(), remote_fd.get()); in install_multiple_app()656 unique_fd local_fd(adb_open(split.c_str(), O_RDONLY | O_CLOEXEC)); in install_multi_package() local657 if (local_fd < 0) { in install_multi_package()669 copy_to_file(local_fd.get(), remote_fd.get()); in install_multi_package()