Searched refs:__xstat64 (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/compat/time32/ |
H A D | __xstat.c | 21 int __xstat64(int ver, const char *path, struct stat32 *buf) in __xstat64() function
|
/third_party/musl/src/stat/ |
H A D | __xstat.c | 28 weak_alias(__xstat, __xstat64);
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 85 REAL_FUNCTION_POINTER(__xstat64); variable 224 GET_FUNCTION_POINTER(__xstat64); in init_shim() 341 PUBLIC int __xstat64(int ver, const char *path, struct stat64 *st) in __xstat64() function
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 230 ___xstat64 = (int (*)(int, const char *, struct stat64 *)) dlsym_fn(RTLD_NEXT, "__xstat64"); \ 2504 ret = __xstat64(_STAT_VER, "/dev", &parent); 2638 int __xstat64(int ver, const char *pathname, struct stat64 *buf) { function 2639 debug(DEBUG_LEVEL_VERBOSE, __FILE__": __xstat64(%s)\n", pathname?pathname:"NULL");
|
Completed in 5 milliseconds