Home
last modified time | relevance | path

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

/external/libbpf/src/
Dlibbpf.c7971 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6135 pub fn bpf_object__open(path: *const ::std::os::raw::c_char) -> *mut bpf_object; in bpf_object__open() function