Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dfileobject.c11 #define FLOCKFILE(f) flockfile(f) macro
15 #define FLOCKFILE(f) macro
/aosp_15_r20/external/python/cpython2/Objects/
Dfileobject.c31 #define FLOCKFILE(f) flockfile(f) macro
35 #define FLOCKFILE(f) macro
/aosp_15_r20/bionic/libc/stdio/
H A Dlocal.h227 #define FLOCKFILE(fp) \ macro