Lines Matching refs:FileEntry
65 return FileEntry::Exist(path); in FileExist()
70 return FileEntry::RemoveAllDir(path); in RmoveAllDir()
75 ifstream ifs(FileEntry::AdaptLongPath(path), ios::binary); in OpenJsonFile()
101 ofstream out(FileEntry::AdaptLongPath(path), ofstream::out | ofstream::binary); in SaveToJsonFile()
215 return FileEntry::CopyFileInner(src, dst); in CopyFleInner()
224 if (!FileEntry::CreateDirs(filePath)) { in CreateDirs()
255 return FileEntry::RealPath(path); in RealPath()
385 FileEntry::FilePath ResourceUtil::GetBaseElementPath(const string input) in GetBaseElementPath()
387 return FileEntry::FilePath(input).Append("base").Append("element"); in GetBaseElementPath()
390 FileEntry::FilePath ResourceUtil::GetMainPath(const string input) in GetMainPath()
392 return FileEntry::FilePath(input).GetParent(); in GetMainPath()