Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentStorage.cpp456 myFILE* pfFile = fopen( sConfigFile, "rb" ); in ProfileExists() local
458 if ( pfFile != NULL ) in ProfileExists()
462 fclose(pfFile); in ProfileExists()
998 myFILE* pfFile = fopen( sClusterInformationFile, "rb" ); in DeleteCluster() local
1000 if ( pfFile != NULL ) in DeleteCluster()
1002 fclose(pfFile); in DeleteCluster()
1273 myFILE* pfFile; in GetPKIcerts() local
1306 pfFile = fopen( sCAcertFile, "rb" ); in GetPKIcerts()
1308 if ( pfFile != NULL ) in GetPKIcerts()
1310 fclose(pfFile); in GetPKIcerts()
[all …]