Home
last modified time | relevance | path

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

/NextBSD/lib/libasl/
HDasl_core.c61 static char *asl_filesystem_path_database = NULL; variable
349 asprintf(&asl_filesystem_path_database, "%s/asl", const_asl_var_log); in asl_filesystem_path()
357 if (asl_filesystem_path_database == NULL) return ASL_PLACE_DATABASE_DEFAULT; in asl_filesystem_path()
358 return asl_filesystem_path_database; in asl_filesystem_path()