Searched defs:CFileSpec (Results 1 – 2 of 2) sorted by relevance
23 struct CFileSpec { struct24 CStringWrapper name;25 CStringWrapper path;26 CStringWrapper fileName;27 CStringWrapper mimeType;
75 pub(crate) struct CFileSpec { struct83 pub(crate) fn to_c_struct(&self) -> CFileSpec { in to_c_struct()129 pub(crate) fn DeleteCFileSpec(ptr: *const CFileSpec); in DeleteCFileSpec()