Home
last modified time | relevance | path

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

/external/lz4/programs/
Dutil.h130 # define UTIL_stat _stat64 macro
135 # define UTIL_stat _stati64 macro
140 # define UTIL_stat stat macro
/external/zstd/programs/
Dutil.c124 int UTIL_stat(const char* filename, stat_t* statbuf) in UTIL_stat() function