Searched refs:basePath (Results 1 – 5 of 5) sorted by relevance
81 PORTABLE_API ESR_ReturnCode PFileSystemAddPathImpl(PFileSystem* self, const LCHAR* basePath);90 PORTABLE_API ESR_ReturnCode PFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* basePath);
127 String basePath = ""; in clearDomStorage() local147 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()
145 …wxDirTraverserNonRecursive(wxString basePath, wxArrayString& files) : m_basePath(basePath), m_file… in wxDirTraverserNonRecursive() argument
81 NSString *basePath = [[[[dataSource request] URL] path] stringByDeletingLastPathComponent];83 return [[self path] substringFromIndex:[basePath length] + 1];
1544 var basePath = match[4] || "/";1545 path = basePath.substring(0, basePath.lastIndexOf("/")) + "/" + path;