OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conf_opt
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/
fsinfo_unittest.py
143
conf_opt
= fsinfo.parse_mke2fs_conf('small')
144
mkfs_opt = fsinfo.convert_conf_opt(
conf_opt
)
151
self.assertEqual(
conf_opt
, expected_conf)
fsinfo.py
288
conf_opt
= parse_mke2fs_conf(fs_type)
290
conf_mkfs_opt = convert_conf_opt(
conf_opt
)
Completed in 1266 milliseconds