Home
last modified time | relevance | path

Searched defs:apr_finfo_t (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_info.h143 typedef struct apr_finfo_t apr_finfo_t; typedef
174 struct apr_finfo_t { struct
177 /** The bitmask describing valid fields of this apr_finfo_t structure argument
179 apr_int32_t valid;
181 apr_fileperms_t protection;
186 apr_filetype_e filetype;
188 apr_uid_t user;
190 apr_gid_t group;
192 apr_ino_t inode;
194 apr_dev_t device;
[all …]