/build/tools/fs_config/ |
Android.mk | 18 LOCAL_SRC_FILES := fs_config.c 19 LOCAL_MODULE := fs_config
|
fs_config.c | 71 fprintf(stderr, "Usage: fs_config [-S context_file] [-C]\n"); 118 fs_config(buffer, is_dir, &uid, &gid, &mode, &capabilities);
|
/build/tools/fs_get_stats/ |
fs_get_stats.c | 61 fs_config(argv[3], is_dir, &uid, &gid, &perms, &capabilities);
|
/system/core/cpio/ |
mkbootfs.c | 80 // Use the compiled-in fs_config() function. 82 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &s->st_mode, &capabilities);
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 107 fs_config_func = fs_config;
|
/system/core/include/private/ |
android_filesystem_config.h | 264 static inline void fs_config(const char *path, int dir, function
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 330 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &s->st_mode, &capabilities);
|
/build/tools/releasetools/ |
common.py | 341 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt" 343 os.path.join(unpack_dir, fs_config),
|
/build/core/ |
Makefile | [all...] |
/external/genext2fs/ |
genext2fs.c | [all...] |