OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tune2fs_dict
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/
fsinfo.py
126
tune2fs_dict
= {}
133
tune2fs_dict
[option] = int(value)
135
tune2fs_dict
[option] = value
137
return
tune2fs_dict
140
def ext_mkfs_options(
tune2fs_dict
, mkfs_option):
179
if key not in
tune2fs_dict
:
182
mkfs_option[value] = conversions[key](
tune2fs_dict
, key)
184
mkfs_option[value] =
tune2fs_dict
[key]
213
tune2fs_dict
= {}
228
tune2fs_dict
['naming: version'] = pai
[
all
...]
fsinfo_unittest.py
25
tune2fs_dict
= {'Filesystem volume name': '<none>',
47
fsinfo.ext_mkfs_options(
tune2fs_dict
, mkfs_option)
54
tune2fs_dict
= {'meta-data: isize': 256,
96
fsinfo.xfs_mkfs_options(
tune2fs_dict
, mkfs_option)
Completed in 81 milliseconds