Lines Matching refs:files
4 `TARGET_FS_CONFIG_GEN` files to generate the following:
5 * `fs_config_dirs` and `fs_config_files` files for each partition
6 * `passwd` and `group` files for each partition
13 The `fs_config_dirs` and `fs_config_files` binary files are interpreted by the libcutils
15 results. The Target files are used by filesystem and adb tools to ensure that the file and directory
16 properties are preserved during runtime operations. The host files in the `$OUT` directory are used
19 See `./fs_config_generator.py fsconfig --help` for how these files are generated.
21 ### `passwd` and `group` files
23 The `passwd` and `group` files are formatted as documented in man pages passwd(5) and group(5) and
27 these files are generated.
45 Ordering within the `TARGET_FS_CONFIG_GEN` files is not relevant. The paths for files are sorted
65 generated file and to line up files. Sync lines are placed with the source file as comments in the