Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf_internal.h614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd() function
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf_internal.h614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd() function
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dmap.rs200 pub fn reuse_fd(&mut self, fd: BorrowedFd<'_>) -> Result<()> { in reuse_fd() method