Home
last modified time | relevance | path

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

/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c887 bool has_out_file; in init() local
917 has_out_file = out_file.name != NULL; in init()
920 if (has_out_file && !strcmp(out_file.name, "-")) { in init()
924 else if (has_out_file) { in init()
928 if (has_out_file && !out_file.file) { in init()