Searched refs:local_buf (Results 1 – 1 of 1) sorted by relevance
96 struct stat local_buf; in check_file_existence() local97 bool exist = stat(file_path, &local_buf) == 0; in check_file_existence()99 memcpy(buffer, &local_buf, sizeof(local_buf)); in check_file_existence()