Home | History | Annotate | Download | only in utils

Lines Matching refs:FileUtils

31 /* static */ int FileUtils::getFileSize(const char *const filePath) {
45 /* static */ bool FileUtils::existsDir(const char *const dirPath) {
55 /* static */ bool FileUtils::removeDirAndFiles(const char *const dirPath) {
60 /* static */ bool FileUtils::removeDirAndFiles(const char *const dirPath, const int maxTries) {
97 /* static */ int FileUtils::getFilePathWithSuffixBufSize(const char *const filePath,
102 /* static */ void FileUtils::getFilePathWithSuffix(const char *const filePath,
107 /* static */ int FileUtils::getFilePathBufSize(const char *const dirPath,
112 /* static */ void FileUtils::getFilePath(const char *const dirPath, const char *const fileName,
117 /* static */ bool FileUtils::getFilePathWithoutSuffix(const char *const filePath,
140 /* static */ void FileUtils::getDirPath(const char *const filePath, const int outDirPathBufSize,
156 /* static */ void FileUtils::getBasename(const char *const filePath,