Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dbuild_image.py156 fs_config = prop_dict.get("fs_config")
160 return origin_in, fs_config
163 return origin_in, fs_config
181 if fs_config:
189 with open(fs_config) as fr:
191 fs_config = merged_fs_config
193 return in_dir, fs_config
271 if fs_config:
311 if fs_config:
327 if fs_config:
[all …]
H A 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:
H A Dadd_img_to_target_files411 fs_config = os.path.join(
413 if not os.path.exists(fs_config):
414 fs_config = None
417 if fs_config:
418 image_props["fs_config"] = fs_config
H A Dadd_img_to_target_files.py411 fs_config = os.path.join(
413 if not os.path.exists(fs_config):
414 fs_config = None
417 if fs_config:
418 image_props["fs_config"] = fs_config
H A Dcommon.py1791 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
1793 os.path.join(unpack_dir, fs_config),
/aosp12/build/make/tools/fs_config/end_to_end_test/
H A 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 \
/aosp12/system/core/libcutils/
H A Dfs_config_test.cpp234 TEST(fs_config, vendor_dirs_alias) { in TEST() argument
238 TEST(fs_config, vendor_files_alias) { in TEST() argument
242 TEST(fs_config, oem_dirs_alias) { in TEST() argument
246 TEST(fs_config, oem_files_alias) { in TEST() argument
250 TEST(fs_config, odm_dirs_alias) { in TEST() argument
254 TEST(fs_config, odm_files_alias) { in TEST() argument
258 TEST(fs_config, system_alias) { in TEST() argument
H A DAndroid.bp176 "fs_config.cpp",
196 "fs_config.cpp",
H A Dcanned_fs_config.cpp116 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities); in canned_fs_config()
H A Dfs_config.cpp319 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid, in fs_config() function
/aosp12/build/make/tools/fs_config/
H A 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 …]
H A DAndroid.bp25 name: "soong-fs_config",
26 pkgPath: "android/soong/fs_config",
32 "fs_config.go",
38 name: "fs_config",
39 srcs: ["fs_config.c"],
H A DREADME.md14 `fs_config()` function, along with the built-in defaults, to serve as overrides to complete the
60 Thus the `fs_config` tools will match on specified paths before attempting prefix, and match on the
70 From within the `fs_config` directory, unit tests can be executed like so:
H A Dfs_config.go15 package fs_config package
H A Dfs_config.c137 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities); in main()
/aosp12/bionic/libc/
H A 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 …]
/aosp12/system/extras/ext4_utils/
H A Dtest_mkuserimg_mke2fs.py48 self.assertEqual("fs_config", args.fs_config)
82 self.assertEqual("fs_config", args.fs_config)
126 "e2fsdroid", "-T", args.timestamp, "-C", args.fs_config, "-p",
H A Dmkuserimg_mke2fs.py151 if args.fs_config:
152 e2fsdroid_opts += ["-C", args.fs_config]
/aosp12/system/core/libcutils/include/private/
H A Dfs_config.h47 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid,
/aosp12/packages/modules/adb/libs/libadbd_fs/
H A Dadbd_fs.cpp26 fs_config(path, dir, target_out_path, &uid_hack, &gid_hack, &mode_hack, capabilities); in adbd_fs_config()
/aosp12/build/make/tools/fs_get_stats/
H A Dfs_get_stats.c63 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities); in main()
/aosp12/system/apex/tests/testdata/sharedlibs/build/
H A Dshared_libs_repack.py249 def parse_fs_config(fs_config): argument
250 configs = fs_config.splitlines()
/aosp12/build/make/core/
H A DMakefile4325 fs_config \
4745 define fs_config macro
4945 $(HOST_OUT_EXECUTABLES)/fs_config \
5251 $(hide) $(call fs_config,$(zip_root)/SYSTEM,system/) > $(zip_root)/META/filesystem_config.txt
5254 …$(hide) $(call fs_config,$(zip_root)/VENDOR,vendor/) > $(zip_root)/META/vendor_filesystem_config.t…
5257 …$(hide) $(call fs_config,$(zip_root)/PRODUCT,product/) > $(zip_root)/META/product_filesystem_confi…
5263 $(hide) $(call fs_config,$(zip_root)/ODM,odm/) > $(zip_root)/META/odm_filesystem_config.txt
5272 $(hide) $(call fs_config,$(zip_root)/ROOT,) > $(zip_root)/META/root_filesystem_config.txt
5275 $(hide) $(call fs_config,$(zip_root)/BOOT/RAMDISK,) > $(zip_root)/META/boot_filesystem_config.txt
5278 …$(call fs_config,$(zip_root)/VENDOR_BOOT/RAMDISK,) > $(zip_root)/META/vendor_boot_filesystem_confi…
[all …]
/aosp12/system/core/mkbootfs/
H A Dmkbootfs.c87 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities); in fix_stat()