New -find test -bad_outname, new -find action print_outname
This commit is contained in:
@ -49,6 +49,7 @@ struct ExprtesT {
|
||||
18= -has_hfs_crtp char *creator char *type
|
||||
19= -has_hfs_bless int bless_index
|
||||
20= -disk_path char *arg1
|
||||
21= -bad_outname int namespace
|
||||
*/
|
||||
int test_type;
|
||||
|
||||
@ -167,6 +168,7 @@ struct FindjoB {
|
||||
47= set_hfs_bless blessing
|
||||
48= get_hfs_bless
|
||||
49= internal: update creator, type, and blessings from persistent isofs.*
|
||||
50= print_outname namespace
|
||||
*/
|
||||
int action;
|
||||
int prune;
|
||||
@ -218,6 +220,9 @@ int Findjob_get_start_path(struct FindjoB *o, char **start_path, int flag);
|
||||
|
||||
int Findjob_set_commit_filter_2(struct FindjoB *o, int flag);
|
||||
|
||||
int Findjob_set_num_filter(struct FindjoB *o, int test_type,
|
||||
int num1, int num2, int flag);
|
||||
|
||||
int Findjob_set_lba_range(struct FindjoB *o, int start_lba, int count,
|
||||
int flag);
|
||||
|
||||
|
Reference in New Issue
Block a user