*-----------------------------------------------------------------------------
*/
-static Bool
+Bool
FilePosixGetParent(char **canPath) // IN/OUT: Canonical file path
{
char *pathName;
}
+#if !defined(__APPLE__) || TARGET_OS_IPHONE
/*
*----------------------------------------------------------------------
*
*----------------------------------------------------------------------
*/
-static Bool
+Bool
FileGetStats(const char *pathName, // IN:
Bool doNotAscend, // IN:
struct statfs *pstatfsbuf) // OUT:
return ret;
}
+#endif
#if defined(VMX86_SERVER)
}
+#if !defined(__APPLE__) || TARGET_OS_IPHONE
/*
*----------------------------------------------------------------------
*
return ret;
}
+#endif
/*