HomeSort by relevance Sort by last modified time
    Searched refs:fs_config (Results 1 - 17 of 17) sorted by null

  /build/make/tools/fs_get_stats/
fs_get_stats.c 62 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities);
  /build/make/tools/fs_config/
Android.mk 19 LOCAL_SRC_FILES := fs_config.c
20 LOCAL_MODULE := fs_config
29 # To Build the custom target binary for the host to generate the fs_config
54 $(error Multiple fs_config files specified, \
95 # Generate the fs_config header
fs_config.c 70 fprintf(stderr, "Usage: fs_config [-D product_out_path] [-S context_file] [-C]\n");
124 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
fs_config_generator.py 599 # Thus the fs_config tools will match on specified paths before
763 def _file_key(fs_config):
772 fs_config (FSConfig): A FSConfig entry.
792 Thus the fs_config tools will match on specified paths before
824 return StringWrapper(fs_config.path)
    [all...]
  /build/make/tools/releasetools/
build_image.py 369 fs_config = prop_dict.get("fs_config")
376 if fs_config:
377 # We need to merge the fs_config files of system and ramdisk.
385 with open(fs_config) as fr:
387 fs_config = merged_fs_config
437 if fs_config:
438 build_command.extend(["-C", fs_config])
465 if fs_config:
466 build_command.extend(["-C", fs_config])
    [all...]
add_img_to_target_files 206 fs_config = os.path.join(
208 if not os.path.exists(fs_config):
209 fs_config = None
212 if fs_config:
213 image_props["fs_config"] = fs_config
add_img_to_target_files.py 206 fs_config = os.path.join(
208 if not os.path.exists(fs_config):
209 fs_config = None
212 if fs_config:
213 image_props["fs_config"] = fs_config
common.py 542 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
544 os.path.join(unpack_dir, fs_config),
    [all...]
  /system/core/libcutils/include/private/
android_filesystem_config.h 23 * This file is consumed by build/tools/fs_config and is used
191 * Also see build/tools/fs_config for more details.
204 /* Rules for directories and files has moved to system/code/libcutils/fs_config.c */
210 * build/tools/fs_config/fs_config.c
218 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid,
  /system/core/libcutils/
canned_fs_config.c 82 printf("loaded %d fs_config entries\n", canned_used);
97 fprintf(stderr, "failed to find [%s] in canned fs_config\n", path);
106 // for debugging, run the built-in fs_config and compare the results.
111 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities);
fs_config.c 22 #define LOG_TAG "fs_config"
38 #include <private/fs_config.h>
112 * fs_config_* files (see build/tools/fs_config/fs_config_generate.c)
296 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid, function
  /system/extras/ext4_utils/
make_ext4fs_main.c 59 fprintf(stderr, " [ -S file_contexts ] [ -C fs_config ] [ -T timestamp ]\n");
218 fs_config_func = fs_config;
  /system/core/adb/
file_sync_service.cpp 51 // TODO: use fs_config to configure permissions on /data.
88 fs_config(partial_path.c_str(), 1, nullptr, &uid, &gid, &mode, &capabilities);
401 fs_config(path.c_str(), 0, nullptr, &uid, &gid, &broken_api_hack, &capabilities);
  /external/e2fsprogs/contrib/android/
perms.c 315 _("while loading fs_config \"%s\""),
321 fs_config_func = fs_config;
  /system/core/cpio/
mkbootfs.c 83 // Use the compiled-in fs_config() function.
86 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities);
  /build/make/core/
Makefile 2128 define fs_config macro
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c     [all...]

Completed in 422 milliseconds