Home
last modified time | relevance | path

Searched refs:GetFullPath (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp95 return wxFileName(path, component).GetFullPath(); in pathByAppendingComponent()
158 if (afile.GetFullPath().Find(afile.GetPathSeparator()) == wxNOT_FOUND) in OnFile()
168 if (dirfile.GetFullPath().Find(dirfile.GetPathSeparator()) == wxNOT_FOUND) in OnDir()
/external/clang/lib/Basic/
DFileManager.cpp67 static std::string GetFullPath(const char *relPath) { in GetFullPath() function
89 std::string FullPath(GetFullPath(Name)); in getDirectory()
106 std::string FullPath(GetFullPath(Name)); in getFile()
116 std::string FullPath(GetFullPath(Entry->getName())); in erase()