Searched refs:file_empty (Results 1 – 1 of 1) sorted by relevance
99 static boolean_t file_empty(char *);1624 if (file_empty(keystore->capath)) { in unlock_keystore()1656 ca_empty = file_empty(keystore->capath); in read_keystore()1659 cl_empty = file_empty(keystore->clpath); in read_keystore()1661 key_empty = file_empty(keystore->keypath); in read_keystore()2381 file_empty(char *path) in file_empty() function