Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/bcc/libbpf-tools/
H A 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;
/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc39 bool IsFifo(const struct stat& file_stat) { in IsFifo()
43 bool IsSocket(const struct stat& file_stat) { in IsSocket()
47 bool IsSymlink(const struct stat& file_stat) { in IsSymlink()
51 bool IsRegular(const struct stat& file_stat) { in IsRegular()
/aosp_15_r20/system/core/bootstat/
H A Dboot_event_record_store.cpp43 struct stat file_stat; in ParseRecordEventTime() local
79 struct stat file_stat; in AddBootEventWithValue() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate01.c162 struct stat file_stat; in get_blocksize() local
224 struct stat file_stat; in runtest() local
H A Dfallocate04.c34 struct stat file_stat; in get_blocksize() local
44 struct stat file_stat; in get_allocsize() local
H A Dfallocate03.c63 struct stat file_stat; in setup() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02.c215 struct stat file_stat, file_newstat; in testfunc_noatime() local
265 struct stat file_stat; in testfunc_trunc() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Ddirectory.cpp466 file_status file_stat, symlink_file_stat; in directory_iterator_construct() local
520 file_status file_stat, symlink_file_stat; in directory_iterator_increment() local
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dfile_stream.cc57 struct stat file_stat; in GetFileMode() local
64 struct stat file_stat; in GetSize() local
/aosp_15_r20/system/update_engine/payload_generator/
H A Dfilesystem_interface.h52 struct stat file_stat = {}; member
/aosp_15_r20/bionic/linker/
H A Dlinker_crt_pad_segment_test.cpp61 struct stat file_stat; in GetPadSegment() local
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/examples/
H A Dexample2.c93 mz_zip_archive_file_stat file_stat; in main() local
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/
Dese_config.cpp38 struct stat file_stat; in findConfigPath() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pidfd_send_signal/
H A Dpidfd_send_signal03.c39 struct stat file_stat; in get_inode_number() local
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
Dese_config.cc41 struct stat file_stat; in findConfigPath() local
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dese_config.cpp39 struct stat file_stat; in findConfigPath() local
/aosp_15_r20/frameworks/compile/libbcc/lib/
DFileBase.cpp100 struct stat fd_stat, file_stat; in checkFileIntegrity() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/name_to_handle_at/
H A Dname_to_handle_at01.c82 struct stat file_stat; in run() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/
H A Daconfig_storage_write_api.cpp19 struct stat file_stat; in map_mutable_storage_file() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/open_by_handle_at/
H A Dopen_by_handle_at01.c88 struct stat file_stat; in run() local
/aosp_15_r20/system/nfc/src/adaptation/
H A Dnfc_config.cc37 struct stat file_stat; in searchConfigPath() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/openat2/
H A Dopenat201.c63 struct stat file_stat; in run() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp67 struct ::stat file_stat; in get_size() local
/aosp_15_r20/external/pytorch/torch/lib/libshm/
H A Dsocket.h120 struct stat file_stat; in remove() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c47 struct stat file_stat; in FIXTURE_SETUP() local

123