Match-id-77d0dcf76c49b84511b8f24c2acab8d001fbf905

This commit is contained in:
BianTanggui
2020-07-30 21:07:02 +08:00
parent 5b4006142d
commit 2bcecfbcff
4 changed files with 111 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ int MkDir(const char *dir, int mode);
int VerifyPathInfo(const struct PathInfo* pathInfo);
int CheckDirExists(const char *dir);
int GetParentPathStr(const char *path, char *parent, size_t bufSize);
int MakeParentDir(const char *path, mode_t mode);
int MakeDirWithParent(const char *path, mode_t mode);
int CreateFile(const char *path, mode_t mode);
#endif