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

/external/webkit/Source/WebCore/bindings/js/
H A DJSDirectoryEntryCustom.cpp94 JSValue JSDirectoryEntry::getDirectory(ExecState* exec) function in class:WebCore::JSDirectoryEntry
103 imp->getDirectory(path);
136 imp->getDirectory(path, flags, successCallback, errorCallback);
H A DJSDirectoryEntrySyncCustom.cpp82 JSValue JSDirectoryEntrySync::getDirectory(ExecState* exec) function in class:WebCore::JSDirectoryEntrySync
94 JSC::JSValue result = toJS(exec, this->globalObject(), WTF::getPtr(imp->getDirectory(path, flags, ec)));
/external/webkit/Source/WebCore/fileapi/
H A DDirectoryEntry.cpp61 void DirectoryEntry::getDirectory(const String& path, PassRefPtr<WebKitFlags> flags, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) function in class:WebCore::DirectoryEntry
64 if (!m_fileSystem->getDirectory(this, path, flags, successCallback, errorCallback))
H A DDirectoryEntrySync.cpp65 PassRefPtr<DirectoryEntrySync> DirectoryEntrySync::getDirectory(const String& path, PassRefPtr<WebKitFlags> flags, ExceptionCode& ec) function in class:WebCore::DirectoryEntrySync
69 if (!m_fileSystem->getDirectory(this, path, flags, helper.successCallback(), helper.errorCallback())) {
H A DDOMFilePath.cpp68 String DOMFilePath::getDirectory(const String& path) function in class:WebCore::DOMFilePath
H A DDOMFileSystemBase.cpp128 if ((newName.isEmpty() || source->name() == newName) && DOMFilePath::getDirectory(source->fullPath()) == parent->fullPath())
202 String path = DOMFilePath::getDirectory(entry->fullPath());
223 bool DOMFileSystemBase::getDirectory(const EntryBase* base, const String& path, PassRefPtr<WebKitFlags> flags, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback) function in class:WebCore::DOMFileSystemBase
/external/clang/lib/Basic/
H A DFileManager.cpp85 /// getDirectory - Return an existing DirectoryEntry with the given
88 DirectoryEntry &getDirectory(const char *Name, function in class:FileManager::UniqueDirContainer
128 /// getDirectory - Return an existing DirectoryEntry with the given
131 DirectoryEntry &getDirectory(const char * /*Name*/, function in class:FileManager::UniqueDirContainer
233 return FileMgr.getDirectory(DirName, CacheFailure);
263 /// getDirectory - Lookup, cache, and verify the specified directory
267 const DirectoryEntry *FileManager::getDirectory(StringRef DirName, function in class:FileManager
301 DirectoryEntry &UDE = UniqueRealDirs.getDirectory(InterndDirName, StatBuf);
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp572 StringRef DIScope::getDirectory() const { function in class:DIScope
576 return DILexicalBlockFile(DbgNode).getDirectory();
578 return DILexicalBlock(DbgNode).getDirectory();
580 return DISubprogram(DbgNode).getDirectory();
582 return DICompileUnit(DbgNode).getDirectory();
584 return DINameSpace(DbgNode).getDirectory();
586 return DIType(DbgNode).getDirectory();
588 return DIFile(DbgNode).getDirectory();
650 OS << " [" << getDirectory() << "/" << getFilename() << "]";
/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h161 StringRef getDirectory() const;
171 StringRef getDirectory() const { return getStringField(4); } function in class:llvm::DICompileUnit
211 StringRef getDirectory() const { return getStringField(2); } function in class:llvm::DIFile
293 StringRef getDirectory() const { function in class:llvm::DIType
295 return getCompileUnit().getDirectory();
297 return getFieldAs<DIFile>(3).getDirectory();
429 StringRef getDirectory() const { function in class:llvm::DITemplateTypeParameter
430 return getFieldAs<DIFile>(4).getDirectory();
448 StringRef getDirectory() const { function in class:llvm::DITemplateValueParameter
449 return getFieldAs<DIFile>(5).getDirectory();
539 StringRef getDirectory() const { function in class:llvm::DISubprogram
590 StringRef getDirectory() const { function in class:llvm::DIGlobalVariable
695 StringRef getDirectory() const { function in class:llvm::DILexicalBlock
713 StringRef getDirectory() const { function in class:llvm::DILexicalBlockFile
731 StringRef getDirectory() const { function in class:llvm::DINameSpace
759 StringRef getDirectory() const { return getScope().getDirectory(); } function in class:llvm::DILocation
[all...]

Completed in 136 milliseconds