Searched defs:FileEntry (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileEntry.cpp32 #include "modules/filesystem/FileEntry.h"
42 FileEntry::FileEntry(DOMFileSystemBase* fileSystem, const String& fullPath) function in class:blink::FileEntry
47 void FileEntry::createWriter(FileWriterCallback* successCallback, ErrorCallback* errorCallback)
52 void FileEntry::file(FileCallback* successCallback, ErrorCallback* errorCallback)
57 void FileEntry::trace(Visitor* visitor)
/external/qemu/android/
H A Dresource.c20 } FileEntry; typedef in typeref:struct:__anon29171
24 const FileEntry* entries,
27 const FileEntry* e = entries;
/external/clang/include/clang/Basic/
H A DFileManager.h59 /// If the 'File' member is valid, then this FileEntry has an open file
61 class FileEntry { class in namespace:clang
70 bool IsValid; // Is this \c FileEntry initialized and valid?
72 /// \brief The open file, if it is owned by the \p FileEntry.
80 void operator=(const FileEntry &) LLVM_DELETED_FUNCTION;
83 FileEntry() function in class:clang::FileEntry
87 // FIXME: this is here to allow putting FileEntry in std::map. Once we have
90 /// \c FileEntry.
91 FileEntry(const FileEntry function in class:clang::FileEntry
[all...]
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp388 class FileEntry : public Entry { class in namespace:__anon17804
399 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) function in class:__anon17804::FileEntry
650 FileEntry::NameKind UseExternalName = FileEntry::NK_NotSet;
718 UseExternalName = Val ? FileEntry::NK_External : FileEntry::NK_Virtual;
736 if (Kind == EK_Directory && UseExternalName != FileEntry::NK_NotSet) {
753 Result = new FileEntry(LastComponent, std::move(ExternalContentsPath),
951 if (FileEntry *F = dyn_cast<FileEntry>(
[all...]
/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 ...
/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 111 milliseconds