Home
last modified time | relevance | path

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

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