Searched defs:getDirectory (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDirectoryEntry.cpp58 void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, EntryCallback* successCallback, ErrorCallback* errorCallback) function in class:blink::DirectoryEntry
61 m_fileSystem->getDirectory(this, path, flags, successCallback, errorCallback);
H A DDirectoryEntrySync.cpp61 DirectoryEntrySync* DirectoryEntrySync::getDirectory(const String& path, const Dictionary& options, ExceptionState& exceptionState) function in class:blink::DirectoryEntrySync
65 m_fileSystem->getDirectory(this, path, flags, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous);
H A DDOMFilePath.cpp63 String DOMFilePath::getDirectory(const String& path) function in class:blink::DOMFilePath
H A DDOMFileSystemBase.cpp240 if (isSameFileSystem && (newName.isEmpty() || source->name() == newName) && DOMFilePath::getDirectory(source->fullPath()) == parent->fullPath())
338 String path = DOMFilePath::getDirectory(entry->fullPath());
365 void DOMFileSystemBase::getDirectory(const EntryBase* entry, const String& path, const FileSystemFlags& flags, EntryCallback* successCallback, ErrorCallback* errorCallback, SynchronousType synchronousType) function in class:blink::DOMFileSystemBase
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DVersionNumberStripper.java34 public String getDirectory(){return directory;} method in class:VersionNumberStripper
/external/clang/lib/Basic/
H A DFileManager.cpp122 return FileMgr.getDirectory(DirName, CacheFailure);
152 const DirectoryEntry *FileManager::getDirectory(StringRef DirName, function in class:FileManager
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java298 public File getDirectory() { method in class:HttpResponseCache
299 return cache.getDirectory();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java473 public File getDirectory() { method in class:DiskLruCache
/external/llvm/include/llvm/IR/
H A DDebugInfo.h221 StringRef getDirectory() const;
592 StringRef getDirectory() const { function in class:llvm::DITemplateTypeParameter
593 return getFieldAs<DIFile>(4).getDirectory();
611 StringRef getDirectory() const { function in class:llvm::DITemplateValueParameter
612 return getFieldAs<DIFile>(5).getDirectory();
632 StringRef getDirectory() const { function in class:llvm::DIGlobalVariable
633 return getFieldAs<DIFile>(6).getDirectory();
728 StringRef getDirectory() const { return getScope().getDirectory(); } function in class:llvm::DILocation
/external/llvm/lib/IR/
H A DDebugInfo.cpp796 StringRef DIScope::getDirectory() const { function in class:DIScope
1274 OS << " [" << getDirectory() << "/" << getFilename() << ']';
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/jakewharton/ com/jakewharton/disklrucache/ com/jakewharton/disklrucache/DiskLruCache ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 904 milliseconds