Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Dview_compiler.cpp48 unique_fd infd{open(apk_path, O_RDONLY)}; // NOLINT(android-cloexec-open) in view_compiler() local
/aosp12/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c522 int infd; member
574 int infd, outfd; in main() local
/aosp12/packages/modules/adb/client/
H A Dauth.cpp394 int infd = inotify_init1(IN_CLOEXEC | IN_NONBLOCK); in adb_auth_inotify_init() local
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dlibhwjpeg-exynos.cpp469 bool hwjpeg_dmabuf_src(hwjpeg_decompress_ptr cinfo, int infd, size_t insize, size_t dummybytes) in hwjpeg_dmabuf_src()