Searched refs:getDirectory (Results 1 - 25 of 49) sorted by relevance

12

/external/webkit/Source/WebCore/fileapi/
H A DDirectoryEntrySync.idl40 [Custom] DirectoryEntrySync getDirectory(in [ConvertUndefinedOrNullToNullString] DOMString path, in WebKitFlags flags) raises (FileException);
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 DDirectoryEntry.idl40 [Custom] void getDirectory(in [ConvertUndefinedOrNullToNullString] DOMString path, in [Optional] WebKitFlags flags, in [Optional, Callback] EntryCallback successCallback, in [Optional, Callback] ErrorCallback 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.h50 static String getDirectory(const String& path);
H A DDirectoryEntry.h60 void getDirectory(const String& path, PassRefPtr<WebKitFlags> = 0, PassRefPtr<EntryCallback> = 0, PassRefPtr<ErrorCallback> = 0);
H A DDirectoryEntrySync.h57 PassRefPtr<DirectoryEntrySync> getDirectory(const String& path, PassRefPtr<WebKitFlags>, ExceptionCode&);
H A DEntrySync.cpp101 String parentPath = DOMFilePath::getDirectory(fullPath());
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
H A DDOMFilePath.cpp68 String DOMFilePath::getDirectory(const String& path) function in class:WebCore::DOMFilePath
H A DDOMFileSystemBase.h86 bool getDirectory(const EntryBase*, const String& path, PassRefPtr<WebKitFlags>, PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>);
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp101 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir/foo"));
102 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir"));
103 EXPECT_EQ(NULL, manager.getDirectory("virtual"));
112 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir/foo"));
114 const DirectoryEntry *dir = manager.getDirectory("virtual/dir");
118 dir = manager.getDirectory("virtual");
/external/llvm/include/llvm/
H A DDebugInfo.h167 StringRef getDirectory() const;
179 StringRef getDirectory() const { return getStringField(4); } function in class:llvm::DICompileUnit
215 StringRef getDirectory() const { return getStringField(2); } function in class:llvm::DIFile
296 StringRef getDirectory() const { function in class:llvm::DIType
298 return getCompileUnit().getDirectory();
300 return getFieldAs<DIFile>(3).getDirectory();
428 StringRef getDirectory() const { function in class:llvm::DITemplateTypeParameter
429 return getFieldAs<DIFile>(4).getDirectory();
447 StringRef getDirectory() const { function in class:llvm::DITemplateValueParameter
448 return getFieldAs<DIFile>(5).getDirectory();
541 StringRef getDirectory() const { function in class:llvm::DISubprogram
593 StringRef getDirectory() const { function in class:llvm::DIGlobalVariable
688 StringRef getDirectory() const { function in class:llvm::DILexicalBlock
706 StringRef getDirectory() const { function in class:llvm::DILexicalBlockFile
724 StringRef getDirectory() const { function in class:llvm::DINameSpace
752 StringRef getDirectory() const { return getScope().getDirectory(); } function in class:llvm::DILocation
[all...]
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h48 StringRef DirName = DIScope.getDirectory();
/external/webkit/Source/WebCore/bindings/js/
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)));
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);
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dutil.js96 * getDirectory calls.
119 dirEntry.getDirectory(
H A Dharness.js182 dir.getDirectory(name, { create: true }, getOrCreateNextName,
/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/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DirectoryEntryCustom.cpp51 INC_STATS("DOM.DirectoryEntry.getDirectory");
55 imp->getDirectory(path);
88 imp->getDirectory(path, flags, successCallback, errorCallback);
H A DV8DirectoryEntrySyncCustom.cpp99 INC_STATS("DOM.DirectoryEntrySync.getDirectory");
108 RefPtr<DirectoryEntrySync> result = imp->getDirectory(path, flags, ec);
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp606 StringRef DIScope::getDirectory() const { function in class:DIScope
610 return DILexicalBlockFile(DbgNode).getDirectory();
612 return DILexicalBlock(DbgNode).getDirectory();
614 return DISubprogram(DbgNode).getDirectory();
616 return DICompileUnit(DbgNode).getDirectory();
618 return DINameSpace(DbgNode).getDirectory();
620 return DIType(DbgNode).getDirectory();
622 return DIFile(DbgNode).getDirectory();
1031 OS << " [" << getDirectory() << "/" << getFilename() << ']';
/external/clang/lib/Lex/
H A DHeaderSearch.cpp144 = FileMgr.getDirectory(FrameworkDirName)) {
310 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str());
341 = FileMgr.getDirectory(FrameworkName)) {
626 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str());
820 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName);
916 Dir = FileMgr.getDirectory(DirName);
947 if (const DirectoryEntry *Dir = FileMgr.getDirectory(DirName))
1014 const DirectoryEntry *FrameworkDir = FileMgr.getDirectory(Dir->path());
/external/clang/lib/Basic/
H A DFileManager.cpp84 /// getDirectory - Return an existing DirectoryEntry with the given
87 DirectoryEntry &getDirectory(const char *Name, function in class:FileManager::UniqueDirContainer
135 /// getDirectory - Return an existing DirectoryEntry with the given
138 DirectoryEntry &getDirectory(const char * /*Name*/, function in class:FileManager::UniqueDirContainer
246 return FileMgr.getDirectory(DirName, CacheFailure);
276 const DirectoryEntry *FileManager::getDirectory(StringRef DirName, function in class:FileManager
318 DirectoryEntry &UDE = UniqueRealDirs.getDirectory(InterndDirName, StatBuf);
/external/clang/include/clang/Basic/
H A DFileManager.h199 const DirectoryEntry *getDirectory(StringRef DirName,

Completed in 611 milliseconds

12