Searched defs:FileSpec (Results 1 – 4 of 4) sorted by relevance
15 pub(crate) struct FileSpec { struct16 pub(crate) name: String,17 pub(crate) path: String,18 pub(crate) file_name: String,19 pub(crate) mime_type: String,
82 impl FileSpec { implementation
30 struct FileSpec { struct31 std::string name;32 std::string path;33 std::string fileName;34 std::string mimeType;
87 struct FileSpec { struct88 std::string name;89 std::string uri;90 std::string filename;91 std::string type;92 int32_t fd = -1;