Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libselinux/src/
H A Dlabel_backends_android.c279 static void closef(struct selabel_handle *rec) in closef() function
H A Dlabel_file.c938 static void closef(struct selabel_handle *rec) in closef() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dcomplex_float.rs326 fn closef(a: f64, b: f64) -> bool { in closef() function
/aosp_15_r20/external/lua/src/
H A Dlauxlib.h222 lua_CFunction closef; /* to close stream (NULL for closed streams) */ member