Home
last modified time | relevance | path

Searched refs:p_fstatat (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/setup_native/scripts/source/
H A Dgetuid.c99 static int (*p_fstatat) (int fildes, const char *path, struct stat64 *buf, int flag) = NULL; in fstatat64() local
100 if (p_fstatat == NULL) in fstatat64()
101 p_fstatat = (int (*)(int fildes, const char *path, struct stat64 *buf, int flag)) in fstatat64()
103 ret = (*p_fstatat)(fildes, path, buf, flag); in fstatat64()

Completed in 9 milliseconds