Lines Matching refs:files
7 TARGET_FS_CONFIG_GEN files to generate the fs_config_dirs and fs_config_files files for each
8 partition, as well as passwd and group files, and the generated_oem_aid.h header.
10 The fs_config_dirs and fs_config_files binary files are interpreted by the libcutils fs_config()
12 Target files are used by filesystem and adb tools to ensure that the file and directory properties
13 are preserved during runtime operations. The host files in the ${OUT} directory are used in the
16 See ./fs_config_generator.py fsconfig --help for how these files are generated.
18 The passwd and group files are formatted as documented in man pages passwd(5) and group(5) and used
22 files are generated.
30 The parsing of the TARGET_FS_CONFIG_GEN files follows the Python ConfigParser specification, with
71 files. Note that the same file may contain sections that override the previous
101 Ordering within the TARGET_FS_CONFIG_GEN files is not relevant. The paths for files are sorted
120 file and to line up files. Sync lines are placed with the source file as comments in the generated