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

  /build/tools/fs_config/
Android.mk 18 LOCAL_SRC_FILES := fs_config.c
19 LOCAL_MODULE := fs_config
fs_config.c 65 fs_config(buffer, is_dir, &uid, &gid, &mode);
  /build/tools/fs_get_stats/
fs_get_stats.c 60 fs_config(argv[3], is_dir, &uid, &gid, &perms);
  /system/extras/ext4_utils/
make_ext4fs_main.c 97 fs_config_func = fs_config;
  /system/core/include/private/
android_filesystem_config.h 232 static inline void fs_config(const char *path, int dir, function
  /system/core/cpio/
mkbootfs.c 79 // Use the compiled-in fs_config() function.
81 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &s->st_mode);
  /build/core/
Makefile     [all...]
  /build/tools/releasetools/
common.py 271 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt"
273 os.path.join(unpack_dir, fs_config)))
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 335 fs_config(path, S_ISDIR(s->st_mode), &s->st_uid, &s->st_gid, &s->st_mode);
  /external/genext2fs/
genext2fs.c     [all...]

Completed in 226 milliseconds