Searched refs:fs_config (Results 1 - 20 of 20) sorted by relevance

/build/make/tools/fs_get_stats/
H A Dfs_get_stats.c62 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities);
/build/tools/fs_get_stats/
H A Dfs_get_stats.c62 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities);
/build/make/tools/releasetools/
H A Dbuild_image.py461 fs_config = prop_dict.get("fs_config")
467 if fs_config:
468 # We need to merge the fs_config files of system and ramdisk.
475 with open(fs_config) as fr:
477 fs_config = merged_fs_config
534 if fs_config:
535 build_command.extend(["-C", fs_config])
572 if fs_config:
573 build_command.extend(["-C", fs_config])
[all...]
H A Dadd_img_to_target_files255 fs_config = os.path.join(
257 if not os.path.exists(fs_config):
258 fs_config = None
261 if fs_config:
262 image_props["fs_config"] = fs_config
H A Dadd_img_to_target_files.py255 fs_config = os.path.join(
257 if not os.path.exists(fs_config):
258 fs_config = None
261 if fs_config:
262 image_props["fs_config"] = fs_config
H A Dcommon.py569 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
571 os.path.join(unpack_dir, fs_config),
/build/tools/releasetools/
H A Dbuild_image.py461 fs_config = prop_dict.get("fs_config")
467 if fs_config:
468 # We need to merge the fs_config files of system and ramdisk.
475 with open(fs_config) as fr:
477 fs_config = merged_fs_config
534 if fs_config:
535 build_command.extend(["-C", fs_config])
572 if fs_config:
573 build_command.extend(["-C", fs_config])
[all...]
H A Dadd_img_to_target_files255 fs_config = os.path.join(
257 if not os.path.exists(fs_config):
258 fs_config = None
261 if fs_config:
262 image_props["fs_config"] = fs_config
H A Dadd_img_to_target_files.py255 fs_config = os.path.join(
257 if not os.path.exists(fs_config):
258 fs_config = None
261 if fs_config:
262 image_props["fs_config"] = fs_config
H A Dcommon.py569 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
571 os.path.join(unpack_dir, fs_config),
/build/make/tools/fs_config/
H A Dfs_config_generator.py608 # Thus the fs_config tools will match on specified paths before
770 def _file_key(fs_config):
779 fs_config (FSConfig): A FSConfig entry.
799 Thus the fs_config tools will match on specified paths before
831 return StringWrapper(fs_config.path)
991 def _to_fs_entry(self, fs_config):
999 fs_config (FSConfig): The entry to convert to
1004 mode = fs_config.mode
1005 user = fs_config.user
1006 group = fs_config
[all...]
H A Dfs_config.c70 fprintf(stderr, "Usage: fs_config [-D product_out_path] [-S context_file] [-R root] [-C]\n");
136 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
H A DAndroid.mk20 # To Build the custom target binary for the host to generate the fs_config
45 $(error Multiple fs_config files specified, \
86 # Generate the fs_config header
H A Dfs_config_test.cpp29 #include <private/fs_config.h>
/build/tools/fs_config/
H A Dfs_config_generator.py608 # Thus the fs_config tools will match on specified paths before
770 def _file_key(fs_config):
779 fs_config (FSConfig): A FSConfig entry.
799 Thus the fs_config tools will match on specified paths before
831 return StringWrapper(fs_config.path)
991 def _to_fs_entry(self, fs_config):
999 fs_config (FSConfig): The entry to convert to
1004 mode = fs_config.mode
1005 user = fs_config.user
1006 group = fs_config
[all...]
H A Dfs_config.c70 fprintf(stderr, "Usage: fs_config [-D product_out_path] [-S context_file] [-R root] [-C]\n");
136 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
H A DAndroid.mk20 # To Build the custom target binary for the host to generate the fs_config
45 $(error Multiple fs_config files specified, \
86 # Generate the fs_config header
H A Dfs_config_test.cpp29 #include <private/fs_config.h>
/build/core/
H A DMakefile2333 $(HOST_OUT_EXECUTABLES)/fs_config \
2520 # Run fs_config while creating the target files package
2523 define fs_config macro
2524 (cd $(1); find . -type d | sed 's,$$,/,'; find . \! -type d) | cut -c 3- | sort | sed 's,^,$(2),' | $(HOST_OUT_EXECUTABLES)/fs_config -C -D $(TARGET_OUT) -S $(SELINUX_FC) -R "$(2)"
2550 $(HOST_OUT_EXECUTABLES)/fs_config \
2815 @# Run fs_config on all the system, vendor, boot ramdisk,
2817 $(hide) $(call fs_config,$(zip_root)/SYSTEM,system/) > $(zip_root)/META/filesystem_config.txt
2819 $(hide) $(call fs_config,$(zip_root)/VENDOR,vendor/) > $(zip_root)/META/vendor_filesystem_config.txt
2822 $(hide) $(call fs_config,$(zip_root)/PRODUCT,product/) > $(zip_root)/META/product_filesystem_config.txt
2827 $(hide) $(call fs_config,
[all...]
/build/make/core/
H A DMakefile2333 $(HOST_OUT_EXECUTABLES)/fs_config \
2520 # Run fs_config while creating the target files package
2523 define fs_config macro
2524 (cd $(1); find . -type d | sed 's,$$,/,'; find . \! -type d) | cut -c 3- | sort | sed 's,^,$(2),' | $(HOST_OUT_EXECUTABLES)/fs_config -C -D $(TARGET_OUT) -S $(SELINUX_FC) -R "$(2)"
2550 $(HOST_OUT_EXECUTABLES)/fs_config \
2815 @# Run fs_config on all the system, vendor, boot ramdisk,
2817 $(hide) $(call fs_config,$(zip_root)/SYSTEM,system/) > $(zip_root)/META/filesystem_config.txt
2819 $(hide) $(call fs_config,$(zip_root)/VENDOR,vendor/) > $(zip_root)/META/vendor_filesystem_config.txt
2822 $(hide) $(call fs_config,$(zip_root)/PRODUCT,product/) > $(zip_root)/META/product_filesystem_config.txt
2827 $(hide) $(call fs_config,
[all...]

Completed in 2118 milliseconds