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()
97 ofstream out(FileEntry::AdaptLongPath(path), ofstream::out | ofstream::binary); in SaveToJsonFile()
214 return FileEntry::CopyFileInner(src, dst); in CopyFleInner()
223 if (!FileEntry::CreateDirs(filePath)) { in CreateDirs()
254 return FileEntry::RealPath(path); in RealPath()
384 FileEntry::FilePath ResourceUtil::GetBaseElementPath(const string input) in GetBaseElementPath()
386 return FileEntry::FilePath(input).Append("base").Append("element"); in GetBaseElementPath()
389 FileEntry::FilePath ResourceUtil::GetMainPath(const string input) in GetMainPath()
391 return FileEntry::FilePath(input).GetParent(); in GetMainPath()