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

  /build/tools/fs_config/
Android.mk 19 LOCAL_SRC_FILES := fs_config.c
20 LOCAL_MODULE := fs_config
26 # To Build the custom target binary for the host to generate the fs_config
fs_config.c 70 fprintf(stderr, "Usage: fs_config [-D product_out_path] [-S context_file] [-C]\n");
121 fs_config(buffer, is_dir, product_out_path, &uid, &gid, &mode, &capabilities);
  /build/tools/fs_get_stats/
fs_get_stats.c 62 fs_config(argv[3], is_dir, argv[4], &uid, &gid, &perms, &capabilities);
  /build/tools/releasetools/
build_image.py 322 fs_config = prop_dict.get("fs_config")
329 if fs_config:
330 # We need to merge the fs_config files of system and ramdisk.
338 with open(fs_config) as fr:
340 fs_config = merged_fs_config
377 if fs_config:
378 build_command.extend(["-C", fs_config])
399 if fs_config:
400 build_command.extend(["-C", fs_config])
    [all...]
add_img_to_target_files 173 fs_config = os.path.join(
175 if not os.path.exists(fs_config):
176 fs_config = None
179 if fs_config:
180 image_props["fs_config"] = fs_config
add_img_to_target_files.py 173 fs_config = os.path.join(
175 if not os.path.exists(fs_config):
176 fs_config = None
179 if fs_config:
180 image_props["fs_config"] = fs_config
ota_from_target_files 224 def __init__(self, partition, fs_config):
226 self.fs_config = fs_config
237 output = input_zip.read(self.fs_config)
267 # image at system/etc/recovery.img, it will be taken care by fs_config.
    [all...]
ota_from_target_files.py 224 def __init__(self, partition, fs_config):
226 self.fs_config = fs_config
237 output = input_zip.read(self.fs_config)
267 # image at system/etc/recovery.img, it will be taken care by fs_config.
    [all...]
common.py 562 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
564 os.path.join(unpack_dir, fs_config),
    [all...]
  /system/core/include/private/
android_filesystem_config.h 242 /* Rules for directories and files has moved to system/code/libcutils/fs_config.c */
248 * build/tools/fs_config/fs_config.c
256 void fs_config(const char *path, int dir, const char *target_out_path,
  /system/core/libcutils/
canned_fs_config.c 78 printf("loaded %d fs_config entries\n", canned_used);
93 fprintf(stderr, "failed to find [%s] in canned fs_config\n", path);
102 // for debugging, run the built-in fs_config and compare the results.
106 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities);
Android.mk 22 fs_config.c \
fs_config.c 22 #define LOG_TAG "fs_config"
211 void fs_config(const char *path, int dir, const char *target_out_path, function
  /system/extras/ext4_utils/
make_ext4fs_main.c 58 fprintf(stderr, " [ -S file_contexts ] [ -C fs_config ] [ -T timestamp ]\n");
211 fs_config_func = fs_config;
  /system/core/adb/
file_sync_service.cpp 44 // TODO: use fs_config to configure permissions on /data.
65 fs_config(partial_path.c_str(), 1, nullptr, &uid, &gid, &mode, &cap);
344 fs_config(path.c_str(), 0, nullptr, &uid, &gid, &broken_api_hack, &cap);
  /build/core/
Makefile     [all...]
  /system/core/cpio/
mkbootfs.c 81 // Use the compiled-in fs_config() function.
83 fs_config(path, S_ISDIR(s->st_mode), target_out_path,
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c     [all...]

Completed in 250 milliseconds