Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
Dserial_struct.h72 struct FileMode { struct
73 uint64_t perm;
74 uint64_t u_id;
75 uint64_t g_id;
76 string context;
77 string fullName;
123 struct FileMode { struct
124 uint64_t perm;
125 uint64_t u_id;
126 uint64_t g_id;
[all …]
/developtools/hdc/hdc_rust/src/serializer/
Dnative_struct.rs84 pub struct FileMode { struct
85 pub perm: u64,
86 pub u_id: u64,
87 pub g_id: u64,
88 pub context: String,
89 pub full_name: String,
Dserialize.rs249 impl Serialization for FileMode { implementation
/developtools/hdc/src/common/
Dtransfer.h39 struct FileMode { struct
40 uint64_t perm;
41 uint64_t uId;
42 uint64_t gId;
43 string context;
44 string fullName;
/developtools/hdc/hdc_rust/src/
Dconfig.rs137 FileMode, enumerator