Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dauth.c101 static const char *authorization_file = NULL; variable
108 authorization_file = file_name; in InitAuthorization()
120 if (!authorization_file) in LoadAuthorization()
124 f = Fopen(authorization_file, "r"); in LoadAuthorization()
128 authorization_file, in LoadAuthorization()
177 if (!authorization_file || stat(authorization_file, &buf)) { in CheckAuthorization()