HomeSort by: relevance | last modified time | path
    Searched defs:FileManager (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file.cpp 38 FileManager::FileManager(Console *&cons, enum FileOps ops)
file.h 62 class FileManager : public File {
95 FileManager(Console *&, enum FileOps);
96 virtual ~FileManager(void);
file_manager.cpp 45 FileManager::_reset()
55 FileManager::~FileManager()
61 FileManager::setRoot(TCHAR *drive)
67 FileManager::open(const TCHAR *name, uint32_t flags)
87 FileManager::read(void *buf, size_t len, off_t ofs)
96 FileManager::_read(void *buf, size_t len)
174 FileManager::write(const void *buf, size_t bytes, off_t ofs)
180 FileManager::size()
186 FileManager::close(
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
10 /// Defines the clang::FileManager interface and associated types.
53 class FileManager : public RefCountedBase<FileManager> {
102 /// The file entry for stdin, if it has been accessed through the FileManager.
134 FileManager(const FileSystemOptions &FileSystemOpts,
136 ~FileManager();
139 /// the FileManager.
141 /// Ownership of this object is transferred to the FileManager.
144 /// object is transferred to the FileManager
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp 1 //===--- FileManager.cpp - File System Probing and Caching ----------------===//
9 // This file implements the FileManager interface.
19 #include "clang/Basic/FileManager.h"
51 FileManager::FileManager(const FileSystemOptions &FSO,
61 FileManager::~FileManager() = default;
63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) {
68 void FileManager::clearStatCache() { StatCache.reset(); }
73 getDirectoryFromFile(FileManager &FileMgr, StringRef Filename
    [all...]

Completed in 32 milliseconds