HomeSort by relevance Sort by last modified time
    Searched defs:FSInfo (Results 1 - 2 of 2) sorted by null

  /external/fsck_msdos/
dosfs.h 61 u_int FSInfo; /* FSInfo sector */
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/
media_file_system_registry_unittest.cc 65 struct FSInfo {
66 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,
111 bool TestMediaFileSystemContext::FSInfo::operator<(const FSInfo& other) const {
141 std::map<std::string /*fs_name*/, FSInfo>::const_iterator it
    [all...]

Completed in 55 milliseconds