Searched refs:file_type_match (Results 1 - 1 of 1) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Daction.c851 static int file_type_match(int st_mode, int type) function
897 if (!file_type_match(st_mode, action->action->file_types))
2177 if (!file_type_match(action_data->buf->st_mode, MATCH)) \
2772 if (!file_type_match(action_data->buf->st_mode, ACTION_LNK))
2796 if (!file_type_match(action_data->buf->st_mode, ACTION_LNK))
2914 if (!file_type_match(action_data->buf->st_mode, ACTION_LNK))
3006 } else if(!file_type_match(buf->st_mode, ACTION_DIR))

Completed in 67 milliseconds