Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/programs/
H A Dutil.h135 # define UTIL_fstat _fstat64 macro
140 # define UTIL_fstat _fstati64 macro
145 # define UTIL_fstat fstat macro
/aosp_15_r20/external/zstd/programs/
H A Dutil.c172 int UTIL_fstat(const int fd, const char* filename, stat_t* statbuf) in UTIL_fstat() function