Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c837 bool has_out_file; in init() local
867 has_out_file = out_file.name != NULL; in init()
870 if (has_out_file && !strcmp(out_file.name, "-")) { in init()
874 else if (has_out_file) { in init()
878 if (has_out_file && !out_file.file) { in init()