Lines Matching defs:path
39 FileEntry::FileEntry(const string &path) in FileEntry()
113 bool FileEntry::Exist(const string &path) in Exist()
126 bool FileEntry::RemoveAllDir(const string &path) in RemoveAllDir()
140 bool FileEntry::CreateDirs(const string &path) in CreateDirs()
164 bool FileEntry::IsDirectory(const string &path) in IsDirectory()
178 string FileEntry::RealPath(const string &path) in RealPath()
213 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath()
223 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append()
289 string path = entry.GetFilePath().GetPath(); in RemoveAllDirInner() local
320 bool FileEntry::CreateDirsInner(const string &path, string::size_type offset) in CreateDirsInner()
369 string FileEntry::AdaptLongPath(const string &path) in CreateDirsInner()