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

  /build/make/tools/fs_config/
test_fs_config_generator.py 11 from fs_config_generator import FSConfig
240 """Test FSConfig Parser good input file"""
277 FSConfig('0777', 'AID_FOO', 'AID_SYSTEM',
282 FSConfig('0777', 'AID_FOO', 'AID_SYSTEM', '(0)',
288 """Test FSConfig Parser bad input file"""
302 """Test FSConfig Parser bad aid range value input file"""
fs_config_generator.py 197 class FSConfig(object):
729 entry = FSConfig(mode, user, group, caps_str, section_name, file_name)
737 """Get the list of FSConfig file entries.
740 a list of FSConfig() objects for file paths.
746 """Get the list of FSConfig dir entries.
749 a list of FSConfig() objects for directory paths.
772 fs_config (FSConfig): A FSConfig entry.
878 @generator('fsconfig')
940 'fsconfig', nargs='+', help='The list of fsconfig files to parse'
    [all...]

Completed in 286 milliseconds