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

/external/qemu/android/
H A Dresource.c20 } FileEntry; typedef in typeref:struct:__anon10267
24 const FileEntry* entries,
27 const FileEntry* e = entries;
/external/webkit/Source/WebCore/fileapi/
H A DFileEntry.cpp32 #include "FileEntry.h"
44 FileEntry::FileEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) function in class:WebCore::FileEntry
49 void FileEntry::createWriter(PassRefPtr<FileWriterCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback)
54 void FileEntry::file(PassRefPtr<FileCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback)
H A DFileEntry.h44 class FileEntry : public Entry { class in namespace:WebCore
46 static PassRefPtr<FileEntry> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
48 return adoptRef(new FileEntry(fileSystem, fullPath));
57 FileEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath);
/external/clang/include/clang/Basic/
H A DFileManager.h57 /// If the 'FD' member is valid, then this FileEntry has an open file
59 class FileEntry { class in namespace:clang
70 /// by the FileEntry. If not, this is set to -1.
75 FileEntry(dev_t device, ino_t inode, mode_t m) function in class:clang::FileEntry
78 FileEntry() : Name(0), Device(0), Inode(0), FileMode(0), FD(-1) {} function in class:clang::FileEntry
80 FileEntry(const FileEntry &FE) { function in class:clang::FileEntry
82 assert(FD == -1 && "Cannot copy a file-owning FileEntry");
85 void operator=(const FileEntry &FE) {
87 assert(FD == -1 && "Cannot assign a file-owning FileEntry");
[all...]
/external/clang/lib/Basic/
H A DFileManager.cpp51 #define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1)
54 FileEntry::~FileEntry() {
55 // If this FileEntry owns an open file descriptor that never got used, close
99 llvm::StringMap<FileEntry, llvm::BumpPtrAllocator> UniqueFiles;
102 /// getFile - Return an existing FileEntry with the given name if
104 /// default-constructed FileEntry.
105 FileEntry &getFile(const char *Name, const struct stat & /*StatBuf*/) {
115 void erase(const FileEntry *Entry) {
148 std::set<FileEntry> UniqueFile
[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 ...

Completed in 158 milliseconds