Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DSYSCommon.c1390 int K_CopyFile( const char* i_sSrcFilename, const char* i_sDestFilename, int* o_pbFileExists ) in K_CopyFile() argument
1398 || !o_pbFileExists ) in K_CopyFile()
1403 *o_pbFileExists = 0; in K_CopyFile()
1414 *o_pbFileExists = 1; in K_CopyFile()
H A DSYSCommon.h933 int* o_pbFileExists );