Searched refs:TRAVERSE_STOP_WHEN_ERROR (Results 1 – 3 of 3) sorted by relevance
156 #define TRAVERSE_STOP_WHEN_ERROR 0x2 macro
136 #define IS_STOP_WHEN_ERROR(flags) (((flags) & TRAVERSE_STOP_WHEN_ERROR) != 0)
321 options.flags = TRAVERSE_STOP_WHEN_ERROR; in DoRestorecon()