Searched refs:STAT (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 256 #define STAT "stat04" macro 357 STAT, 0, 0, 6, creat_both, ck_both, { 361 STAT, 1, ENOENT, 7, creat_symlink, ck_symlink, { 363 STAT, 1, ELOOP, 28, creat_symlink, ck_symlink, { 461 STAT, "stat", 3, &test_objects[9], 989 else if (cktcsid(tc_ptr->tcid, STAT)) in do_syscalltests() 1075 if ((cktcsid(tc_ptr->tcid, STAT)) || (cktcsid(tc_ptr->tcid, STAT_64))) { in do_ENOENT() 1154 if ((cktcsid(tc_ptr->tcid, STAT)) || (cktcsid(tc_ptr->tcid, STAT_64))) { in do_ELOOP()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-face-table-list.hh | 63 HB_OT_TABLE (OT, STAT)
|
H A D | hb-style.cc | 85 /* If a face is variable, fvar's default_value is better than STAT records */ in hb_style_get_value() 93 /* STAT */ in hb_style_get_value() 95 if (face->table.STAT->get_value (style_tag, &value)) in hb_style_get_value()
|
H A D | hb-ot-stat-table.hh | 32 * STAT -- Style Attributes 289 struct STAT struct 379 * the STAT table to the start of the design 387 * the STAT table to the start of the design
|
H A D | hb-subset-plan.cc | 457 face->table.STAT->collect_name_ids (nameids); in _nameid_closure()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 293 pub(super) const STAT: u32 = 1 << 1; 296 pub(super) const SECURITY: u32 = STAT | ACL; 309 const STAT = copyfile::STAT; consts
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1615 X(STAT, uv__fs_stat(req->path, &req->statbuf)); in uv__fs_work() 2044 INIT(STAT); in uv_fs_stat()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1745 X(STAT, uv__fs_stat(req->path, &req->statbuf)); in uv__fs_work() 2126 INIT(STAT); in uv_fs_stat()
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 120 STAT, enumerator 2236 case STAT: in context_state_callback() 2766 action = STAT; in main()
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 483 #undef STAT macro 487 # define STAT win32_stat macro 492 # define STAT stat macro 2567 result = STAT(path->narrow, &st); in posix_do_stat() 13713 result = STAT(path, &st); in DirEntry_fetch_stat()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 2793 XX(STAT, stat) in uv__fs_work()
|
/third_party/node/src/ |
H A D | node_file.cc | 123 FS_TYPE_TO_NAME(STAT, "stat") in get_fs_func_name_by_type()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 2806 XX(STAT, stat) in uv__fs_work()
|
Completed in 44 milliseconds