Home
last modified time | relevance | path

Searched refs:android_fs_config (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dandroid.h21 void android_fs_config(const char *path, struct stat *stat, const char *target_out_path);
Dandroid.c46 void android_fs_config(const char *path, struct stat *stat, const char *target_out_path) { in android_fs_config() function
Dmksquashfs.c3058 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()