Home
last modified time | relevance | path

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

/base/request/request/services/service/request/c_wrapper/include/
Dc_form_item.h23 struct CFileSpec { struct
24 CStringWrapper name;
25 CStringWrapper path;
26 CStringWrapper fileName;
27 CStringWrapper mimeType;
/base/request/request/services/service/request/src/utils/
Dc_wrapper.rs75 pub(crate) struct CFileSpec { struct
83 pub(crate) fn to_c_struct(&self) -> CFileSpec { in to_c_struct()
129 pub(crate) fn DeleteCFileSpec(ptr: *const CFileSpec); in DeleteCFileSpec()