/third_party/nghttp2/src/ |
H A D | shrpx.cc | 29 #include <sys/stat.h> 1907 struct stat buf; in conf_exists() 1908 int rv = stat(path, &buf); in conf_exists() 3808 struct stat buf; in process_options() 3809 if (stat(tlsconf.ocsp.fetch_ocsp_response_file.c_str(), &buf) != 0) { in process_options()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 58 static void convert_stat(const struct stat *stbuf, struct fuse_attr *attr) in convert_stat() 77 static void convert_attr(const struct fuse_setattr_in *attr, struct stat *stbuf) in convert_attr() 280 const char *name, const struct stat *stbuf, off_t off) 449 int fuse_reply_attr(fuse_req_t req, const struct stat *attr, 1180 struct stat stbuf;
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 1058 struct mv88e6xxx_hw_stat *stat; in mv88e6xxx_stats_get_strings() local 1062 stat = &mv88e6xxx_hw_stats[i]; in mv88e6xxx_stats_get_strings() 1063 if (stat->type & types) { in mv88e6xxx_stats_get_strings() 1064 memcpy(data + j * ETH_GSTRING_LEN, stat->string, in mv88e6xxx_stats_get_strings() 1139 struct mv88e6xxx_hw_stat *stat; in mv88e6xxx_stats_get_sset_count() local 1143 stat = &mv88e6xxx_hw_stats[i]; in mv88e6xxx_stats_get_sset_count() 1144 if (stat->type & types) in mv88e6xxx_stats_get_sset_count() 1202 struct mv88e6xxx_hw_stat *stat; in mv88e6xxx_stats_get_stats() local 1206 stat = &mv88e6xxx_hw_stats[i]; in mv88e6xxx_stats_get_stats() 1207 if (stat in mv88e6xxx_stats_get_stats() [all...] |
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 43 #include <sys/stat.h> 1638 struct stat st; in leaf_dir() 1644 if (stat(devname, &st) < 0) in leaf_dir() 1753 struct stat st; in show_devfs_devices() 1762 if (stat(di_root, &st) < 0) { in show_devfs_devices() 1834 struct stat st; in dd_filetype() 1839 if (stat(filename, &st) < 0) in dd_filetype() 3095 struct stat stat_buf; in show_scsi_maps() 3099 if (stat(devfs_id, &stat_buf) == 0) in show_scsi_maps() 4906 struct stat a_s in do_scsi_read_write_buffer() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 15 * @sizeof_stat: the sizeof() the stat, must be no greater than sizeof(u64) 16 * @stat_offset: offsetof() the stat from a base pointer 67 * i40e_add_one_ethtool_stat - copy the stat into the supplied buffer 68 * @data: location to store the stat value 70 * @stat: the stat definition 72 * Copies the stat data defined by the pointer and stat structure pair into 78 const struct i40e_stats *stat) in i40e_add_one_ethtool_stat() 90 p = (char *)pointer + stat in i40e_add_one_ethtool_stat() 77 i40e_add_one_ethtool_stat(u64 *data, void *pointer, const struct i40e_stats *stat) i40e_add_one_ethtool_stat() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 15 * @sizeof_stat: the sizeof() the stat, must be no greater than sizeof(u64) 16 * @stat_offset: offsetof() the stat from a base pointer 67 * i40e_add_one_ethtool_stat - copy the stat into the supplied buffer 68 * @data: location to store the stat value 70 * @stat: the stat definition 72 * Copies the stat data defined by the pointer and stat structure pair into 78 const struct i40e_stats *stat) in i40e_add_one_ethtool_stat() 90 p = (char *)pointer + stat in i40e_add_one_ethtool_stat() 77 i40e_add_one_ethtool_stat(u64 *data, void *pointer, const struct i40e_stats *stat) i40e_add_one_ethtool_stat() argument [all...] |
/third_party/libuv/test/ |
H A D | test-fs.c | 28 #include <sys/stat.h> 48 # ifndef stat 49 # define stat _stati64 macro 1207 struct stat s1, s2; in test_sendfile() 1254 ASSERT_OK(stat("test_file", &s1)); in test_sendfile() 1255 ASSERT_OK(stat("test_file2", &s2)); in test_sendfile() 1407 struct stat t; in TEST_IMPL() 4628 printf("stat %s\n", test_file_buf); in TEST_IMPL()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 8766 static void VmaPrintStatInfo(VmaJsonWriter& json, const VmaStatInfo& stat) in VmaPrintStatInfo() 8771 json.WriteNumber(stat.blockCount); in VmaPrintStatInfo() 8774 json.WriteNumber(stat.allocationCount); in VmaPrintStatInfo() 8777 json.WriteNumber(stat.unusedRangeCount); in VmaPrintStatInfo() 8780 json.WriteNumber(stat.usedBytes); in VmaPrintStatInfo() 8783 json.WriteNumber(stat.unusedBytes); in VmaPrintStatInfo() 8785 if(stat.allocationCount > 1) in VmaPrintStatInfo() 8790 json.WriteNumber(stat.allocationSizeMin); in VmaPrintStatInfo() 8792 json.WriteNumber(stat.allocationSizeAvg); in VmaPrintStatInfo() 8794 json.WriteNumber(stat in VmaPrintStatInfo() 11787 VmaStatInfo stat; PrintDetailedMap() local [all...] |
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/ |
H A D | Image.cpp | 28 #include <sys/stat.h>
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_rdb_data_mgr.cpp | 21 #include <sys/stat.h>
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 287 struct stat statbuf; in GetSafeData()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.cpp | 18 #include <sys/stat.h>
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 25 #include <sys/stat.h>
|
H A D | bms_bundle_ota_update_test.cpp | 25 #include <sys/stat.h>
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_encode/ |
H A D | heif_hw_encoder_test.cpp | 20 #include <sys/stat.h>
|
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/ |
H A D | avdemuxer_demo_runner.cpp | 22 #include <sys/stat.h>
|
/foundation/multimedia/av_codec/test/unittest/plugins_source_test/ |
H A D | file_fd_source_plugin_unit_test.cpp | 16 #include <sys/stat.h>
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_audio_encoder.cpp | 20 #include <sys/stat.h>
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 19 #include <sys/stat.h>
|
/foundation/multimedia/media_library/frameworks/native/c_api/ |
H A D | media_asset_change_request_impl.cpp | 533 struct stat statSrc {}; in SendFile() 535 CHECK_AND_RETURN_RET_LOG(status == 0, status, "Failed to get file stat, errno=%{public}d", errno); in SendFile()
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | mock_netsys_native_client.cpp | 22 #include <sys/stat.h>
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | network_security_config.cpp | 18 #include <sys/stat.h>
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_proxy.c | 23 #include <sys/stat.h>
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_clear_data_config_test.cpp | 19 #include <sys/stat.h>
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler_asset.cpp | 536 struct stat st; in IsDir()
|