Searched refs:android_fs_config (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | android.h | 21 void android_fs_config(const char *path, struct stat *stat, const char *target_out_path);
|
D | android.c | 46 void android_fs_config(const char *path, struct stat *stat, const char *target_out_path) { in android_fs_config() function
|
D | mksquashfs.c | 3058 android_fs_config(mounted_path, &inode_info->buf, target_out_path); in add_dir_entry() 3061 android_fs_config(pathname(dir_ent), &inode_info->buf, target_out_path); in add_dir_entry() 3162 android_fs_config(mount_point, &buf, target_out_path); in dir_scan() 3164 android_fs_config(pathname, &buf, target_out_path); in dir_scan()
|