Home
last modified time | relevance | path

Searched refs:stat (Results 351 - 375 of 2526) sorted by relevance

1...<<11121314151617181920>>...102

/third_party/alsa-utils/axfer/
H A Dcontainer-raw.c13 #include <sys/stat.h>
33 struct stat buf = {0}; in raw_parser_pre_process()
/third_party/backends/frontend/
H A Dsicc.c22 #include <sys/stat.h>
30 struct stat s; in sanei_load_icc_profile()
/third_party/curl/docs/examples/
H A Dfileupload.c30 #include <sys/stat.h>
37 struct stat file_info; in main()
/third_party/gptfdisk/
H A Ddiskio.cc24 #define stat64 stat
34 #include <sys/stat.h>
/third_party/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc50 StatStruct stat; in FileExists() local
51 return Stat(filepath, &stat) == 0; in FileExists()
/third_party/libuv/src/unix/
H A Drandom-devurandom.c25 #include <sys/stat.h>
33 struct stat s; in uv__random_readpath()
/third_party/ltp/lib/
H A Dtst_cpu.c54 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 Dftruncate.c1 #include <sys/stat.h>
11 struct stat st; in main()
/third_party/ltp/testcases/kernel/syscalls/lstat/
H A Dlstat01.c13 * 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 Dcreat01.c17 #include <sys/stat.h>
40 struct stat buf; in verify_creat()
/third_party/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir02.c14 #include <sys/stat.h>
27 struct stat statbuf; in verify_mkdir()
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h17 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 D18-1.c19 * 4. Get the stat of the opened file.
24 #include <sys/stat.h>
42 struct stat stat_buf; in main()
H A D26-1.c21 #include <sys/stat.h>
33 struct stat stat_buf; in main()
/third_party/node/deps/uv/src/unix/
H A Drandom-devurandom.c25 #include <sys/stat.h>
33 struct stat s; in uv__random_readpath()
/third_party/python/Lib/distutils/command/
H A Dinstall_scripts.py11 from stat import ST_MODE
52 mode = ((os.stat(file)[ST_MODE]) | 0o555) & 0o7777
/third_party/typescript/tests/baselines/reference/
H A DundeclaredModuleError.js3 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 Dgenerate-bytecode.c120 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 Dconfig-win32ce.h65 /* 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 Dtest-repl-history-perm.js39 const stat = fs.statSync(replHistoryPath);
40 const fileMode = stat.mode & 0o777;
/third_party/node/tools/v8/
H A Dnode_common.py12 import stat namespace
52 os.chmod(path, stat.S_IWRITE)
/third_party/ltp/testcases/kernel/syscalls/link/
H A Dlink05.c14 #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 Dopen01.c22 #include <sys/stat.h>
46 struct stat buf; in verify_open()
/third_party/ltp/testcases/kernel/syscalls/setresgid/
H A Dsetresgid04.c29 #include <sys/stat.h>
76 struct stat buf; in setresgid_verify()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink04.c77 #include <sys/stat.h>
93 struct stat stat_buf; /* stat structure buffer */ in main()

Completed in 8 milliseconds

1...<<11121314151617181920>>...102