Home
last modified time | relevance | path

Searched refs:fs_config (Results 1 – 13 of 13) sorted by relevance

/build/make/tools/releasetools/
Dtest_build_image.py108 in_dir, fs_config = SetUpInDirAndFsConfig('/path/to/in_dir', prop_dict)
110 self.assertEqual('fs-config', fs_config)
115 fs_config = common.MakeTempFile(suffix='.txt')
116 with open(fs_config, 'w') as fs_config_fp:
118 return fs_config
137 in_dir, fs_config = SetUpInDirAndFsConfig(origin_in, prop_dict)
146 self.assertTrue(filecmp.cmp(fs_config_system, fs_config))
168 in_dir, fs_config = SetUpInDirAndFsConfig(origin_in, prop_dict)
177 with open(fs_config) as fs_config_fp:
Dbuild_image.py152 fs_config = prop_dict.get("fs_config")
156 return origin_in, fs_config
159 return origin_in, fs_config
177 if fs_config:
185 with open(fs_config) as fr:
187 fs_config = merged_fs_config
188 prop_dict["first_pass"] = (in_dir, fs_config)
189 return in_dir, fs_config
231 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument
266 if fs_config:
[all …]
Dadd_img_to_target_files.py409 fs_config = os.path.join(
411 if not os.path.exists(fs_config):
412 fs_config = None
415 if fs_config:
416 image_props["fs_config"] = fs_config
Dadd_img_to_target_files409 fs_config = os.path.join(
411 if not os.path.exists(fs_config):
412 fs_config = None
415 if fs_config:
416 image_props["fs_config"] = fs_config
Dcommon.py1437 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
1439 os.path.join(unpack_dir, fs_config),
/build/make/tools/fs_config/end_to_end_test/
Drun_test.sh1 cd $ANDROID_BUILD_TOP/build/make/tools/fs_config/end_to_end_test
3 $ANDROID_BUILD_TOP/build/make/tools/fs_config/fs_config_generator.py fsconfig \
15 $ANDROID_BUILD_TOP/build/make/tools/fs_config/fs_config_generator.py fsconfig \
27 $ANDROID_BUILD_TOP/build/make/tools/fs_config/fs_config_generator.py fsconfig \
38 $ANDROID_BUILD_TOP/build/make/tools/fs_config/fs_config_generator.py fsconfig \
49 $ANDROID_BUILD_TOP/build/make/tools/fs_config/fs_config_generator.py fsconfig \
60 $ANDROID_BUILD_TOP/build/make/tools/fs_config/fs_config_generator.py fsconfig \
/build/make/tools/fs_config/
DAndroid.bp16 name: "soong-fs_config",
17 pkgPath: "android/soong/fs_config",
23 "fs_config.go",
29 name: "fs_config",
30 srcs: ["fs_config.c"],
Dfs_config_generator.py757 def _file_key(fs_config): argument
818 return StringWrapper(fs_config.path)
985 def _to_fs_entry(self, fs_config, out_file): argument
998 mode = fs_config.mode
999 user = fs_config.user
1000 group = fs_config.group
1001 caps = fs_config.caps
1002 path = fs_config.path
1062 def _emit_entry(self, fs_config): argument
1065 path = fs_config.path
[all …]
Dfs_config.go15 package fs_config package
DREADME10 The fs_config_dirs and fs_config_files binary files are interpreted by the libcutils fs_config()
115 Thus the fs_config tools will match on specified paths before attempting prefix, and match on the
125 From within the fs_config directory, unit tests can be executed like so:
Dfs_config.c137 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities); in main()
/build/make/tools/fs_get_stats/
Dfs_get_stats.c63 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities); in main()
/build/make/core/
DMakefile3990 fs_config \
4368 define fs_config macro
4369 …-type d) | cut -c 3- | sort | sed 's,^,$(2),' | $(HOST_OUT_EXECUTABLES)/fs_config -C -D $(TARGET_O…
4477 $(HOST_OUT_EXECUTABLES)/fs_config \
4739 $(hide) $(call fs_config,$(zip_root)/SYSTEM,system/) > $(zip_root)/META/filesystem_config.txt
4742 …$(hide) $(call fs_config,$(zip_root)/VENDOR,vendor/) > $(zip_root)/META/vendor_filesystem_config.t…
4745 …$(hide) $(call fs_config,$(zip_root)/PRODUCT,product/) > $(zip_root)/META/product_filesystem_confi…
4748 …$(hide) $(call fs_config,$(zip_root)/SYSTEM_EXT,system_ext/) > $(zip_root)/META/system_ext_filesys…
4751 $(hide) $(call fs_config,$(zip_root)/ODM,odm/) > $(zip_root)/META/odm_filesystem_config.txt
4754 …$(hide) $(call fs_config,$(zip_root)/VENDOR_DLKM,vendor_dlkm/) > $(zip_root)/META/vendor_dlkm_file…
[all …]