Searched defs:FileSpec (Results 1 – 5 of 5) sorted by relevance
19 pub struct FileSpec { struct34 impl FileSpec { argument
68 impl FileSpec { impl
31 struct FileSpec { struct32 std::string name;33 std::string path;34 std::string fileName;35 std::string mimeType;36 bool is_user_file;
120 struct FileSpec { struct121 std::string name;122 std::string uri;123 std::string filename;124 std::string type;125 int32_t fd = -1;126 bool isUserFile = false;127 bool hasContentType = false;
82 file_specs: &[FileSpec], in create_each_file_status()