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

  /system/core/libcutils/tests/
fs_config.cpp 28 #include <private/fs_config.h>
34 // Maximum entries in system/core/libcutils/fs_config.cpp:android_* before we
118 std::string config("system/core/libcutils/fs_config.cpp:android_");
222 TEST(fs_config, vendor_dirs_alias) {
226 TEST(fs_config, vendor_files_alias) {
230 TEST(fs_config, oem_dirs_alias) {
234 TEST(fs_config, oem_files_alias) {
238 TEST(fs_config, odm_dirs_alias) {
242 TEST(fs_config, odm_files_alias) {
246 TEST(fs_config, system_alias)
    [all...]
  /system/core/libcutils/include/private/
fs_config.h 60 /* Rules for directories and files has moved to system/code/libcutils/fs_config.c */
66 * build/tools/fs_config/fs_config.c
74 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid,
android_filesystem_config.h 18 * This file is consumed by build/tools/fs_config and is used
50 #include <private/fs_config.h>
199 * Also see build/tools/fs_config for more details.
  /system/core/libcutils/
canned_fs_config.cpp 19 #include <private/fs_config.h>
88 printf("loaded %d fs_config entries\n", canned_used);
103 fprintf(stderr, "failed to find [%s] in canned fs_config\n", path);
112 // for debugging, run the built-in fs_config and compare the results.
117 fs_config(path, dir, target_out_path, &c_uid, &c_gid, &c_mode, &c_capabilities);
fs_config.cpp 17 #include <private/fs_config.h>
23 #define LOG_TAG "fs_config"
112 // fs_config_* files (see build/tools/fs_config/fs_config_generate.c)
289 void fs_config(const char* path, int dir, const char* target_out_path, unsigned* uid, unsigned* gid, function
  /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/
fs_config_generator.py 608 # 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)
    [all...]
fs_config.c 70 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);
Android.mk 20 # 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
fs_config_test.cpp 29 #include <private/fs_config.h>
  /build/make/tools/releasetools/
build_image.py 461 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...]
add_img_to_target_files 255 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
add_img_to_target_files.py 255 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
common.py 569 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
571 os.path.join(unpack_dir, fs_config),
    [all...]
  /system/core/adb/
file_sync_service.cpp 51 // TODO: use fs_config to configure permissions on /data too.
86 fs_config(partial_path.c_str(), 1, nullptr, &uid, &gid, &mode, &capabilities);
405 fs_config(path.c_str(), 0, nullptr, &uid, &gid, &broken_api_hack, &capabilities);
  /external/e2fsprogs/contrib/android/
perms.c 324 _("while loading fs_config \"%s\""),
330 fs_config_func = fs_config;
  /external/f2fs-tools/fsck/
sload.c 281 ERR_MSG("Failed to load fs_config \"%s\"",
287 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 2523 define fs_config macro
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c     [all...]

Completed in 785 milliseconds