New (yet inofficial) -find tests -has_hfs_crtp, has_hfs_bless

This commit is contained in:
2012-05-31 07:04:46 +00:00
parent 50ce43b470
commit 8907406e5b
5 changed files with 145 additions and 22 deletions

View File

@ -46,8 +46,8 @@ struct ExprtesT {
15= -has_md5
16= -disk_name char *arg1 (regex_t in *arg2)
17= -hidden int *arg1 (bit0=iso_rr, bit1=joliet)
>>> -has_hfs_crtp
>>> -has_hfs_bless blessing|any
18= -has_hfs_crtp char *creator char *type
19= -has_hfs_bless int bless_index
*/
int test_type;
@ -223,6 +223,12 @@ int Findjob_set_damage_filter(struct FindjoB *o, int value, int flag);
int Findjob_set_test_hidden(struct FindjoB *o, int mode, int flag);
int Findjob_set_crtp_filter(struct FindjoB *o, char *creator, char *hfs_type,
int flag);
int Findjob_set_bless_filter(struct XorrisO *xorriso, struct FindjoB *o,
char *blessing, int flag);
int Findjob_set_decision(struct FindjoB *o, char *decision, int flag);