Searched refs:PListPath (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c129 char *PListPath = "/System/Library/CoreServices/SystemVersion.plist"; local
135 char FullPath[strlen(PListPathPrefix) + strlen(PListPath) + 1];
137 strcat(FullPath, PListPath);
138 PListPath = FullPath;
140 FILE *PropertyList = fopen(PListPath, "r");

Completed in 167 milliseconds