Searched refs:fs_config_func (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/contrib/android/ |
D | perms.c | 23 fs_config_f fs_config_func; member 133 if (params->fs_config_func != NULL) { in set_perms_and_caps() 139 params->fs_config_func(filename, S_ISDIR(inode.i_mode), in set_perms_and_caps() 289 fs_config_f fs_config_func, in __android_configure_fs() argument 300 .fs_config_func = fs_config_func, in __android_configure_fs() 335 fs_config_f fs_config_func = NULL; in android_configure_fs() local 368 fs_config_func = canned_fs_config; in android_configure_fs() 370 fs_config_func = fs_config; in android_configure_fs() 373 fs_config_func, sehnd, fixed_time, in android_configure_fs()
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 47 void android_fs_config(fs_config_func_t fs_config_func, const char *path, struct stat *stat, in android_fs_config() argument 52 if (fs_config_func) { in android_fs_config() 53 fs_config_func(path, S_ISDIR(stat->st_mode), target_out_path, in android_fs_config()
|
D | android.h | 25 void android_fs_config(fs_config_func_t fs_config_func, const char *path, struct stat *stat, const …
|
D | mksquashfs.c | 94 fs_config_func_t fs_config_func = NULL; variable 3230 …android_fs_config(fs_config_func, rel_path, &inode_info->buf, target_out_path, &dir_ent->capabilit… in add_dir_entry() 3233 …android_fs_config(fs_config_func, pathname(dir_ent), &inode_info->buf, target_out_path, &dir_ent->… in add_dir_entry() 3341 …android_fs_config(fs_config_func, "", &dir_ent->inode->buf, target_out_path, &dir_ent->capabilitie… in dir_scan() 6280 fs_config_func = canned_fs_config; in main() 6282 fs_config_func = fs_config; in main()
|
/external/f2fs-tools/fsck/ |
D | sload.c | 31 static fs_config_f fs_config_func = NULL; variable 123 if (fs_config_func != NULL) { in set_perms_and_caps() 124 fs_config_func(mnt_path, de->file_type == F2FS_FT_DIR, in set_perms_and_caps() 326 fs_config_func = canned_fs_config; in configure_files() 328 fs_config_func = fs_config; in configure_files()
|