/third_party/alsa-utils/axfer/ |
H A D | container-raw.c | 13 #include <sys/stat.h> 33 struct stat buf = {0}; in raw_parser_pre_process()
|
/third_party/backends/frontend/ |
H A D | sicc.c | 22 #include <sys/stat.h> 30 struct stat s; in sanei_load_icc_profile()
|
/third_party/curl/docs/examples/ |
H A D | fileupload.c | 30 #include <sys/stat.h> 37 struct stat file_info; in main()
|
/third_party/gptfdisk/ |
H A D | diskio.cc | 24 #define stat64 stat 34 #include <sys/stat.h>
|
/third_party/googletest/googletest/test/ |
H A D | gtest_premature_exit_test.cc | 50 StatStruct stat; in FileExists() local 51 return Stat(filepath, &stat) == 0; in FileExists()
|
/third_party/libuv/src/unix/ |
H A D | random-devurandom.c | 25 #include <sys/stat.h> 33 struct stat s; in uv__random_readpath()
|
/third_party/ltp/lib/ |
H A D | tst_cpu.c | 54 struct stat buf; in tst_ncpus_max() 65 if (stat(KERNEL_MAX, &buf) == 0) { in tst_ncpus_max()
|
/third_party/node/test/wasi/c/ |
H A D | ftruncate.c | 1 #include <sys/stat.h> 11 struct stat st; in main()
|
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
H A D | lstat01.c | 13 * into the stat structure. 19 #include <sys/stat.h> 31 struct stat stat_buf; in run()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat01.c | 17 #include <sys/stat.h> 40 struct stat buf; in verify_creat()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir02.c | 14 #include <sys/stat.h> 27 struct stat statbuf; in verify_mkdir()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns.h | 17 struct stat st; in get_ns_fd() 21 if (stat(tmp, &st) == 0) { in get_ns_fd() 25 tst_brk(TBROK|TERRNO, "failed to stat %s", tmp); in get_ns_fd()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
H A D | 18-1.c | 19 * 4. Get the stat of the opened file. 24 #include <sys/stat.h> 42 struct stat stat_buf; in main()
|
H A D | 26-1.c | 21 #include <sys/stat.h> 33 struct stat stat_buf; in main()
|
/third_party/node/deps/uv/src/unix/ |
H A D | random-devurandom.c | 25 #include <sys/stat.h> 33 struct stat s; in uv__random_readpath()
|
/third_party/python/Lib/distutils/command/ |
H A D | install_scripts.py | 11 from stat import ST_MODE 52 mode = ((os.stat(file)[ST_MODE]) | 0o555) & 0o7777
|
/third_party/typescript/tests/baselines/reference/ |
H A D | undeclaredModuleError.js | 3 function readdir(path: string, accept: (stat: fs.Stats, name: string) => boolean, callback: (error: Error, results: { name: string; stat: fs.Stats; }[]) => void ) {}
|
/third_party/jerryscript/jerry-core/api/ |
H A D | generate-bytecode.c | 120 struct stat file_stat = { 0 }; in read_js_or_snapshot_file() 274 struct stat file_stat = { 0 }; in init_directory_list() 276 if ((filefolder == NULL) || (stat(filefolder, &file_stat) < 0)) { in init_directory_list() 390 struct stat file_stat = { 0 }; in visit_directory() 406 if (stat(input_file_path, &file_stat) < 0) { in visit_directory() 520 struct stat file_stat = { 0 }; in walk_del_bytecode() 528 if ((filefolder == NULL) || (stat(filefolder, &file_stat) < 0)) { in walk_del_bytecode() 577 if (stat(input_file_path, &file_stat) < 0) { in walk_del_bytecode()
|
/third_party/curl/lib/ |
H A D | config-win32ce.h | 65 /* Define if you have the <sys/stat.h> header file. */ 301 extern int stat(const char *path, struct stat *buffer);
|
/third_party/node/test/parallel/ |
H A D | test-repl-history-perm.js | 39 const stat = fs.statSync(replHistoryPath); 40 const fileMode = stat.mode & 0o777;
|
/third_party/node/tools/v8/ |
H A D | node_common.py | 12 import stat namespace 52 os.chmod(path, stat.S_IWRITE)
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link05.c | 14 #include <sys/stat.h> 27 struct stat fbuf, lbuf; in verify_link() 45 "files, stat values do not match %d %d", in verify_link() 56 "stat linkcounts match %d", in verify_link()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open01.c | 22 #include <sys/stat.h> 46 struct stat buf; in verify_open()
|
/third_party/ltp/testcases/kernel/syscalls/setresgid/ |
H A D | setresgid04.c | 29 #include <sys/stat.h> 76 struct stat buf; in setresgid_verify()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink04.c | 77 #include <sys/stat.h> 93 struct stat stat_buf; /* stat structure buffer */ in main()
|