/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | filetop.h | 21 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/ |
D | snapshot_utils.cc | 39 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 D | boot_event_record_store.cpp | 43 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 D | fallocate01.c | 162 struct stat file_stat; in get_blocksize() local 224 struct stat file_stat; in runtest() local
|
H A D | fallocate04.c | 34 struct stat file_stat; in get_blocksize() local 44 struct stat file_stat; in get_allocsize() local
|
H A D | fallocate03.c | 63 struct stat file_stat; in setup() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat02.c | 215 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/ |
D | directory.cpp | 466 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 D | file_stream.cc | 57 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 D | filesystem_interface.h | 52 struct stat file_stat = {}; member
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_crt_pad_segment_test.cpp | 61 struct stat file_stat; in GetPadSegment() local
|
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/examples/ |
H A D | example2.c | 93 mz_zip_archive_file_stat file_stat; in main() local
|
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/ |
D | ese_config.cpp | 38 struct stat file_stat; in findConfigPath() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
H A D | pidfd_send_signal03.c | 39 struct stat file_stat; in get_inode_number() local
|
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | ese_config.cc | 41 struct stat file_stat; in findConfigPath() local
|
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | ese_config.cpp | 39 struct stat file_stat; in findConfigPath() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | FileBase.cpp | 100 struct stat fd_stat, file_stat; in checkFileIntegrity() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
H A D | name_to_handle_at01.c | 82 struct stat file_stat; in run() local
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/ |
H A D | aconfig_storage_write_api.cpp | 19 struct stat file_stat; in map_mutable_storage_file() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
H A D | open_by_handle_at01.c | 88 struct stat file_stat; in run() local
|
/aosp_15_r20/system/nfc/src/adaptation/ |
H A D | nfc_config.cc | 37 struct stat file_stat; in searchConfigPath() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/openat2/ |
H A D | openat201.c | 63 struct stat file_stat; in run() local
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/ |
D | FileHandle.cpp | 67 struct ::stat file_stat; in get_size() local
|
/aosp_15_r20/external/pytorch/torch/lib/libshm/ |
H A D | socket.h | 120 struct stat file_stat; in remove() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/af_unix/ |
H A D | diag_uid.c | 47 struct stat file_stat; in FIXTURE_SETUP() local
|