Searched defs:FSInfo (Results 1 - 2 of 2) sorted by relevance

/external/fsck_msdos/
H A Ddosfs.h61 u_int FSInfo; /* FSInfo sector */ member in struct:bootblock
64 cl_t FSFree; /* Number of free clusters acc. FSInfo */
65 cl_t FSNext; /* Next free cluster acc. FSInfo */
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc65 struct FSInfo { struct in class:TestMediaFileSystemContext
66 FSInfo() {} function in struct:TestMediaFileSystemContext::FSInfo
67 FSInfo(const std::string& device_id, const base::FilePath& path,
70 bool operator<(const FSInfo& other) const;
100 std::map<std::string /*fs_name*/, FSInfo> file_systems_by_name_;
103 TestMediaFileSystemContext::FSInfo::FSInfo(const std::string& device_id, function in class:TestMediaFileSystemContext::FSInfo
111 bool TestMediaFileSystemContext::FSInfo::operator<(const FSInfo& other) const {
141 std::map<std::string /*fs_name*/, FSInfo>
[all...]

Completed in 712 milliseconds