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;
109 struct FileSpec { struct110 std::string name;111 std::string uri;112 std::string filename;113 std::string type;114 int32_t fd = -1;115 bool isUserFile;
542 file_specs: &[FileSpec], in get_each_file_status_by_code()