Searched refs:SoftBusMakeDir (Results 1 – 5 of 5) sorted by relevance
58 int32_t SoftBusMakeDir(const char *pathName, int32_t mode);
124 int32_t ret = SoftBusMakeDir(NULL, DEFAULT_NEW_PATH_AUTHORITY);
151 int32_t SoftBusMakeDir(const char *pathName, int32_t mode) in SoftBusMakeDir() function
264 int32_t SoftBusMakeDir(const char *pathName, int32_t mode) in SoftBusMakeDir() function
450 ret = SoftBusMakeDir(tempPath, DEFAULT_NEW_PATH_AUTHORITY); in CreateDirAndGetAbsPath()