Home
last modified time | relevance | path

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

/external/icing/icing/file/
Ddestructible-file.h61 int get_fd() const { return fd_; } in get_fd() function
/external/ltp/testcases/kernel/syscalls/close/
Dclose01.c40 int (*get_fd) (); member
/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint.h49 int (*get_fd)(grpc_endpoint* ep); member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dendpoint.h52 int (*get_fd)(grpc_endpoint* ep); member
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh371 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
430 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
472 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
Dhb-ot-cff2-table.hh74 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_methods.h31 set_fd, get_fd, \ argument
/external/rust/crates/getrandom/src/
Duse_file.rs52 fn get_fd() -> Option<libc::c_int> { in get_rng_fd() function
/external/bcc/src/cc/api/
DBPFTable.h56 int get_fd() { return desc.fd; } in get_fd() function
106 int get_fd() { in get_fd() function
/external/mtools/
Dplain_io.c453 int get_fd(Stream_t *Stream) in get_fd() function
/external/bcc/src/cc/
Dbcc_btf.cc618 int BTF::get_fd() { in get_fd() function in ebpf::BTF
/external/libiio/src/
Diio-private.h107 int (*get_fd)(const struct iio_device *dev); member
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc127 static int get_fd(grpc_endpoint* ep) { return 0; } in get_fd() function in DummyEndpoint
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c420 int get_fd(void) in get_fd() function
/external/bcc/src/python/bcc/
Dtable.py332 def get_fd(self): member in TableBase