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

/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_strings.c64 { fsckFileFolderDamage, "File/folder %s may be damaged.", fsckMsgDamageInfo, fsckLevel0, 1, (const int[]) { fsckTypePath } },
65 { fsckFileFolderNotRepaired, "File/folder %s could not be repaired.", fsckMsgDamageInfo, fsckLevel0, 1, (const int[]) { fsckTypePath } },
H A Dfsck_messages.h74 fsckTypePath, /* path to a file or directory on the volume */ enumerator in enum:fsck_arg_type
H A Dfsck_hfs_strings.c80 { E_OvlExt, "Overlapped extent allocation (id = %u, %s)", fsckMsgError, fsckLevel1, 2, (const int[]){ fsckTypeInt, fsckTypePath } },
208 { E_BadSymLinkName, "Bad symbolic link is `%s'", fsckMsgError, fsckLevel1, 1, (const int[]){ fsckTypePath, } },
H A Dfsck_messages.c832 } else if (m->argtype[i] == fsckTypePath) {
914 case fsckTypePath:

Completed in 155 milliseconds