Searched defs:file_empty (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c99 static boolean_t file_empty(char *);
1624 if (file_empty(keystore->capath)) {
1656 ca_empty = file_empty(keystore->capath);
1659 cl_empty = file_empty(keystore->clpath);
1661 key_empty = file_empty(keystore->keypath);
2381 file_empty(char *path) function

Completed in 19 milliseconds