Searched defs:FileSpec (Results 1 – 5 of 5) sorted by relevance
19 pub struct FileSpec { struct34 impl FileSpec { argument
68 impl FileSpec { implementation
31 struct FileSpec { struct32 std::string name;33 std::string path;34 std::string fileName;35 std::string mimeType;36 bool is_user_file;
110 struct FileSpec { struct111 std::string name;112 std::string uri;113 std::string filename;114 std::string type;115 int32_t fd = -1;116 bool isUserFile;
72 file_specs: &[FileSpec], in create_each_file_status()