Home
last modified time | relevance | path

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

/external/erofs-utils/include/erofs/
Dexclude.h26 int erofs_parse_exclude_path(const char *args, bool is_regex);
/external/erofs-utils/lib/
Dexclude.c88 int erofs_parse_exclude_path(const char *args, bool is_regex) in erofs_parse_exclude_path() function
/external/erofs-utils/mkfs/
Dmain.c262 opt = erofs_parse_exclude_path(optarg, false); in mkfs_parse_options_cfg()
270 opt = erofs_parse_exclude_path(optarg, true); in mkfs_parse_options_cfg()