OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
62
struct
FSInfo
{
63
FSInfo
() {}
64
FSInfo
(const std::string& device_id, const base::FilePath& path,
67
bool operator<(const
FSInfo
& other) const;
97
std::map<std::string /*fsid*/,
FSInfo
> file_systems_by_id_;
100
TestMediaFileSystemContext::
FSInfo
::
FSInfo
(const std::string& device_id,
108
bool TestMediaFileSystemContext::
FSInfo
::operator<(const
FSInfo
& other) const {
137
std::map<std::string /*fsid*/,
FSInfo
>::const_iterator it
[
all
...]
Completed in 132 milliseconds