#include <stdio.h>
#include <stdlib.h>
#include <mntent.h>
#include <string.h>
#include "libFireBird.h"
Go to the source code of this file.
Functions | |
bool | HDD_FindMountPoint (const char *File, char *MountPoint) |
bool HDD_FindMountPoint | ( | const char * | File, |
char * | MountPoint | ||
) |
Definition at line 7 of file HDD_FindMountPoint.c.
References HDD_FindMountPointDevice(), TRACEENTER, and TRACEEXIT.
Referenced by HDD_RecycleSF(), and HDD_UnrecycleSF().