Home
last modified time | relevance | path

Searched defs:file_stat (Results 1 – 25 of 27) sorted by relevance

12

/external/bcc/libbpf-tools/
Dfiletop.h21 struct file_stat { struct
22 __u64 reads;
23 __u64 read_bytes;
24 __u64 writes;
25 __u64 write_bytes;
26 __u32 pid;
27 __u32 tid;
28 char filename[PATH_MAX];
29 char comm[TASK_COMM_LEN];
30 char type;
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate01.c162 struct stat file_stat; in get_blocksize() local
224 struct stat file_stat; in runtest() local
Dfallocate04.c34 struct stat file_stat; in get_blocksize() local
44 struct stat file_stat; in get_allocsize() local
Dfallocate03.c181 struct stat file_stat; in get_blocksize() local
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c215 struct stat file_stat, file_newstat; in testfunc_noatime() local
265 struct stat file_stat; in testfunc_trunc() local
/external/ltp/testcases/kernel/syscalls/pidfd_send_signal/
Dpidfd_send_signal03.c39 struct stat file_stat; in get_inode_number() local
/external/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at01.c82 struct stat file_stat; in run() local
/external/ltp/testcases/kernel/syscalls/open_by_handle_at/
Dopen_by_handle_at01.c88 struct stat file_stat; in run() local
/external/ltp/testcases/kernel/syscalls/openat2/
Dopenat201.c63 struct stat file_stat; in run() local
/external/libbrillo/brillo/streams/
Dfile_stream.cc57 struct stat file_stat; in GetFileMode() local
64 struct stat file_stat; in GetSize() local
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc234 posix::StatStruct file_stat; in DirectoryExists() local
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc240 posix::StatStruct file_stat{}; in DirectoryExists() local
/external/cronet/third_party/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc239 posix::StatStruct file_stat; in DirectoryExists() local
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc239 posix::StatStruct file_stat; in DirectoryExists() local
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc239 posix::StatStruct file_stat; in DirectoryExists() local
/external/googletest/googletest/src/
Dgtest-filepath.cc240 posix::StatStruct file_stat; in DirectoryExists() local
/external/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc240 posix::StatStruct file_stat{}; in DirectoryExists() local
/external/cronet/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc240 posix::StatStruct file_stat{}; in DirectoryExists() local
/external/curl/lib/
Dfile.c295 struct_stat file_stat; in file_upload() local
/external/autotest/client/bin/
Dsite_sysinfo.py125 class file_stat(object): class
/external/libbrillo/brillo/
Dfile_utils.cc81 struct stat file_stat; in RegularFileOrDelete() local
/external/libbrillo/policy/
Ddevice_policy_impl.cc718 struct stat file_stat; in VerifyPolicyFile() local
/external/cronet/crypto/
Dnss_util_chromeos.cc598 base::stat_wrapper_t file_stat; in PrintDirectoryInfo() local
/external/leveldb/util/
Denv_posix.cc612 struct ::stat file_stat; in GetFileSize() local
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c2781 mz_zip_archive_file_stat file_stat; in mz_zip_reader_extract_to_mem_no_alloc() local
2971 mz_zip_archive_file_stat file_stat; in mz_zip_reader_extract_to_callback() local
3147 mz_zip_archive_file_stat file_stat; in mz_zip_reader_extract_to_file() local
4054 struct MZ_FILE_STAT_STRUCT file_stat; in mz_zip_add_mem_to_archive_file_in_place() local

12