Home
last modified time | relevance | path

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

/third_party/boost/boost/nowide/
Dstat.hpp23 using stat_t = struct stat; typedef
31 typedef struct ::__stat64 stat_t;
48 BOOST_NOWIDE_DECL int stat(const char* path, stat_t* buffer);
/third_party/boost/libs/nowide/test/
Dtest_stat.cpp33 boost::nowide::stat_t boostStat; in test_main()
52 boost::nowide::stat_t boostStat; in test_main()
/third_party/lz4/programs/
Dutil.h313 typedef struct __stat64 stat_t; typedef
315 typedef struct stat stat_t; typedef
322 UTIL_STATIC int UTIL_setFileStat(const char *filename, stat_t *statbuf) in UTIL_setFileStat()
354 UTIL_STATIC int UTIL_getFileStat(const char* infilename, stat_t *statbuf) in UTIL_getFileStat()
370 stat_t statbuf; in UTIL_isRegFile()
378 stat_t statbuf; in UTIL_isDirectory()
Dlz4io.c751 { stat_t statbuf; in LZ4IO_compressFilename_extRess()
1266 stat_t statbuf; in LZ4IO_decompressDstFile()
/third_party/boost/libs/nowide/src/
Dstat.cpp37 int stat(const char* path, stat_t* buffer) in stat()
/third_party/libdrm/
Dxf86drm.c50 #define stat_t struct stat macro
198 stat_t st; in drmGetKeyFromFd()
342 stat_t st; in drmOpenDevice()