Home
last modified time | relevance | path

Searched defs:local_fd (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/client/
Dadb_install.cpp197 unique_fd local_fd(adb_open(file, O_RDONLY | O_CLOEXEC)); in install_app_streamed() local
477 unique_fd local_fd(adb_open(file, O_RDONLY | O_CLOEXEC)); in install_multiple_app() local
656 unique_fd local_fd(adb_open(split.c_str(), O_RDONLY | O_CLOEXEC)); in install_multi_package() local