Searched defs:CFileSpec (Results 1 – 3 of 3) sorted by relevance
23 struct CFileSpec { struct24 CStringWrapper name;25 CStringWrapper path;26 CStringWrapper fileName;27 CStringWrapper mimeType;28 bool is_user_file;
60 pub(crate) struct CFileSpec { struct69 pub(crate) fn to_c_struct(&self) -> CFileSpec { in to_c_struct()117 pub(crate) fn DeleteCFileSpec(ptr: *const CFileSpec); in DeleteCFileSpec()
45 } CFileSpec; typedef