HomeSort by relevance Sort by last modified time
    Searched defs:FileSystem (Results 1 - 25 of 51) sorted by null

1 2 3

  /build/blueprint/pathtools/
fs.go 28 var OsFs FileSystem = osFs{}
30 func MockFs(files map[string][]byte) FileSystem {
58 type FileSystem interface {
66 // osFs implements FileSystem using the local disk.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
FileSystem.java 35 * <p>This interface is less ambitious than {@link java.nio.file.FileSystem} introduced in Java 7.
40 public interface FileSystem {
42 FileSystem SYSTEM = new FileSystem() {
  /libcore/ojluni/src/main/java/java/nio/file/
FileSystem.java 79 * <p> A {@code FileSystem} can provide read-only or read-write access to the
81 * established when the {@code FileSystem} is created and can be tested by invoking
98 public abstract class FileSystem
104 protected FileSystem() {
230 * attribute views supported by this {@code FileSystem}.
309 * <p> A {@code FileSystem} implementation supports the "{@code glob}" and
396 * FileSystem#getSeparator name-separators}. </p></li>
440 * If this {@code FileSystem} does not does have a lookup service
455 * If this {@code FileSystem} does not support watching file system
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java 30 public interface FileSystem {
33 * Gets the root entry of this filesystem. This is usually a directory, but
42 * Returns if this {@code FileSystem} is in read-only mode.
44 * @return if this {@code FileSystem} is read-only
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystem.java 16 package org.mockftpserver.fake.filesystem;
26 public interface FileSystem {
  /device/linaro/bootloader/edk2/DuetPkg/Include/
EfiFlashMap.h 67 EFI_GUID FileSystem;
131 EFI_GUID FileSystem;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiFlashMap.h 68 EFI_GUID FileSystem;
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
20 #include "llvm/Support/FileSystem.h"
159 class FileSystem;
167 FileSystem *FS;
171 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
196 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
198 virtual ~FileSystem();
240 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
242 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /libcore/ojluni/src/main/java/java/io/
FileSystem.java 32 * Package-private abstract class for the local filesystem abstraction.
35 abstract class FileSystem {
40 * Return the local filesystem's name-separator character.
45 * Return the local filesystem's path-separator character.
201 /* -- Filesystem interface -- */
204 * List the available filesystem roots.
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 26 // A Dir implements FileSystem using the native file system restricted to a
29 // While the FileSystem.Open method takes '/'-separated paths, a Dir's string
52 // A FileSystem implements access to a collection of named files.
55 type FileSystem interface {
59 // A File is returned by a FileSystem's Open method and can be
514 func serveFile(w ResponseWriter, r *Request, fs FileSystem, name string, redirect bool) {
665 root FileSystem
679 func FileServer(root FileSystem) Handler {
  /prebuilts/go/linux-x86/src/net/http/
fs.go 26 // A Dir implements FileSystem using the native file system restricted to a
29 // While the FileSystem.Open method takes '/'-separated paths, a Dir's string
52 // A FileSystem implements access to a collection of named files.
55 type FileSystem interface {
59 // A File is returned by a FileSystem's Open method and can be
514 func serveFile(w ResponseWriter, r *Request, fs FileSystem, name string, redirect bool) {
665 root FileSystem
679 func FileServer(root FileSystem) Handler {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 10 /// \brief Defines the virtual file system interface vfs::FileSystem.
24 #include "llvm/Support/FileSystem.h"
182 class FileSystem;
190 FileSystem *FS;
194 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
220 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
222 virtual ~FileSystem();
264 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by
266 IntrusiveRefCntPtr<FileSystem> getRealFileSystem()
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 92 FileSystem::~FileSystem() {}
95 FileSystem::getBufferForFile(const llvm::Twine &Name, int64_t FileSize,
104 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const {
115 bool FileSystem::exists(const Twine &Path) {
196 class RealFileSystem : public FileSystem {
245 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() {
246 static IntrusiveRefCntPtr<FileSystem> FS = new RealFileSystem();
290 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) {
294 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS)
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 850 VDS_FILE_SYSTEM_NOTIFICATION FileSystem;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 

Completed in 1231 milliseconds

1 2 3