Home
last modified time | relevance | path

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

/external/libselinux/src/
Dlabel_file.c403 FILE *homedirfp = NULL; in init() local
440 homedirfp = fopen(homedir_path, "r"); in init()
471 if (homedirfp) in init()
472 while (fgets(line_buf, sizeof line_buf - 1, homedirfp) in init()
501 if (homedirfp) in init()
502 rewind(homedirfp); in init()
529 if (homedirfp) in init()
530 fclose(homedirfp); in init()