Searched refs:lt_file_exist (Results 1 – 4 of 4) sorted by relevance
267 extern int lt_file_exist(const char *);
90 file_exist = lt_file_exist(filename); in lt_klog_set_log_file()
303 lt_file_exist(const char *name) in lt_file_exist() function
185 return (lt_file_exist(name) ? FALSE : TRUE); in check_process()202 return (lt_file_exist(name) ? FALSE : TRUE); in check_thread()