Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 5 of 5) sorted by relevance

/external/srec/portable/include/
DPFileSystemImpl.h81 PORTABLE_API ESR_ReturnCode PFileSystemAddPathImpl(PFileSystem* self, const LCHAR* basePath);
90 PORTABLE_API ESR_ReturnCode PFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* basePath);
/external/webkit/WebCore/page/
DPageGroup.cpp127 String basePath = ""; in clearDomStorage() local
147 if (basePath.isEmpty()) in clearDomStorage()
148 basePath = p->settings()->localStorageDatabasePath(); in clearDomStorage()
179 if (!basePath.isEmpty()) { in clearDomStorage()
180 Vector<String> files = listDirectory(basePath, "*.localstorage"); in clearDomStorage()
/external/webkit/WebCore/platform/wx/
DFileSystemWx.cpp145 …wxDirTraverserNonRecursive(wxString basePath, wxArrayString& files) : m_basePath(basePath), m_file… in wxDirTraverserNonRecursive() argument
/external/webkit/WebKitTools/DumpRenderTree/mac/
DResourceLoadDelegate.mm81 NSString *basePath = [[[[dataSource request] URL] path] stringByDeletingLastPathComponent];
83 return [[self path] substringFromIndex:[basePath length] + 1];
/external/webkit/WebCore/inspector/front-end/
Dinspector.js1544 var basePath = match[4] || "/";
1545 path = basePath.substring(0, basePath.lastIndexOf("/")) + "/" + path;