Home
last modified time | relevance | path

Searched refs:stat (Results 1476 - 1500 of 7147) sorted by relevance

1...<<51525354555657585960>>...286

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dftwndk.cpp30 int copytoU_device(const char *file, const struct stat *sb, int flag) { return 0; } in copytoU_device()
51 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) { return 0; } in nftw_callback()
/third_party/ffmpeg/libavutil/
H A Dfile.c25 #include <sys/stat.h>
58 struct stat st; in av_file_map()
/third_party/gn/src/base/files/
H A Dfile.h19 #include <sys/stat.h>
27 typedef struct stat stat_wrapper_t;
H A Dfile_enumerator_posix.cc19 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat()
22 : stat(path.value().c_str(), st); in GetStat()
24 // Print the stat() error message unless it was ENOENT and we're following in GetStat()
27 DPLOG(ERROR) << "Couldn't stat" << path.value(); in GetStat()
131 // Do not call OS stat/lstat if there is no sense to do it. If pattern is in Next()
/third_party/ffmpeg/tools/
H A Dcws2fws.c10 #include <sys/stat.h>
33 struct stat statbuf; in main()
/third_party/backends/sanei/
H A Dsanei_init_debug.c58 #include <sys/stat.h>
114 struct stat sbuf; in is_socket()
/third_party/FreeBSD/include/
H A Dfts.h40 #include <sys/stat.h>
66 // From https://github.com/freebsd/freebsd-src/blob/e81e71b/sys/sys/stat.h
94 #define FTS_NOSTAT 0x008 /* don't get stat info */
138 #define FTS_NS 10 /* stat(2) failed */
139 #define FTS_NSOK 11 /* no stat(2) requested */
156 struct stat *fts_statp; /* stat(2) information */
/third_party/libdrm/intel/
H A Dtest_decode.c30 #include <sys/stat.h>
52 struct stat st; in read_file()
60 errx(1, "couldn't stat `%s'", filename); in read_file()
/third_party/lame/libmp3lame/
H A Dmachine.h63 # include <stat.h>
66 # include <sys/stat.h>
/third_party/ltp/include/
H A Dtst_safe_file_at.h10 #include <sys/stat.h>
76 const int dirfd, const char *const path, struct stat *statbuf,
/third_party/ltp/lib/
H A Dtst_kernel.c95 struct stat st; in tst_search_driver_()
109 if (stat(path, &st) || !(S_ISREG(st.st_mode) || S_ISLNK(st.st_mode))) { in tst_search_driver_()
/third_party/node/test/parallel/
H A Dtest-http2-respond-file-fd-range.js40 statCheck: common.mustCall((stat, headers, options) => {
44 Math.min(options.length, stat.size - offset);
/third_party/musl/porting/linux/user/src/stdio/
H A D__fdopen.c18 #include <sys/stat.h>
26 struct stat st; in __get_bufsize()
50 /* get buffer size via file stat */ in __falloc_buf()
/third_party/musl/porting/linux/user/src/passwd/
H A Dgetspnam_r.c3 #include <sys/stat.h>
95 struct stat st = { 0 }; in getspnam_r()
/third_party/musl/src/passwd/
H A Dgetspnam_r.c3 #include <sys/stat.h>
96 struct stat st = { 0 }; in getspnam_r()
/third_party/musl/src/stdio/
H A D__fdopen.c18 #include <sys/stat.h>
26 struct stat st; in __get_bufsize()
50 /* get buffer size via file stat */ in __falloc_buf()
/third_party/node/deps/npm/node_modules/node-gyp/bin/
H A Dnode-gyp.js55 const stat = fs.statSync(dir)
56 if (stat.isDirectory()) {
/third_party/libexif/test/
H A Dtest-fuzzer-persistent.c30 #include <sys/stat.h>
114 struct stat stbuf; in main()
/third_party/libfuse/example/
H A Dhello.c63 static int hello_getattr(const char *path, struct stat *stbuf, in hello_getattr()
69 memset(stbuf, 0, sizeof(struct stat)); in hello_getattr()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddio_truncate.c30 #include <sys/stat.h>
89 struct stat sb; in setup()
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess02.c16 * - file can be stat/read/written/executed as root and nobody
57 struct stat stat_buf; in access_test()
73 TEST(stat(tc->targetname, &stat_buf)); in access_test()
76 tst_res(TFAIL | TTERRNO, "stat(%s) as %s failed", in access_test()
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat08.c52 struct stat buf; in file_test()
78 struct stat buf; in run()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate03.c91 #include <sys/stat.h>
181 struct stat file_stat; in get_blocksize()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c14 #include <sys/stat.h>
32 static struct stat st;
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
H A Dname_to_handle_at01.c13 * - Check that we were able to access a file's stat with name_to_handle_at()
18 #include <sys/stat.h>
82 struct stat file_stat; in run()

Completed in 9 milliseconds

1...<<51525354555657585960>>...286