Home
last modified time | relevance | path

Searched defs:FileSystem (Results 1 – 25 of 57) sorted by relevance

123

/external/skia/bazel/exporter/interfaces/mocks/
DFileSystem.go11 type FileSystem struct { struct
12 mock.Mock
16 func (_m *FileSystem) OpenFile(path string) (interfaces.Writer, error) {
46 func (_m *FileSystem) ReadFile(filename string) ([]byte, error) {
/external/pigweed/pw_file/
Dfile.proto25 service FileSystem { service
28 rpc List(ListRequest) returns (stream ListResponse) {}
31 rpc Delete(DeleteRequest) returns (pw.protobuf.Empty) {}
/external/rust/android-crates-io/crates/uefi/src/fs/file_system/
Dfs.rs23 pub struct FileSystem(ScopedProtocol<SimpleFileSystemProtocol>); struct
25 impl FileSystem { impl
434 impl Debug for FileSystem { implementation
441 impl From<uefi::boot::ScopedProtocol<SimpleFileSystemProtocol>> for FileSystem { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/Storage/
Dmod.rs3 pub mod FileSystem; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/Storage/
Dmod.rs3 pub mod FileSystem; module
/external/tensorflow/tensorflow/core/platform/
Dfile_system_helper.h28 class FileSystem; variable
/external/skia/bazel/exporter/interfaces/
Dfile_system.go9 type FileSystem interface { interface
/external/okio/okio/src/zlibMain/kotlin/okio/
DZlibOkio.kt35 fun FileSystem.openZip(zipPath: Path): FileSystem = okio.internal.openZip(zipPath, this) method
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/WindowsDriver/
DMSVCPaths.h21 class FileSystem; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DSpecialCaseList.h67 class FileSystem; variable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/
Dmod.rs18 pub mod FileSystem; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/
Dmod.rs18 pub mod FileSystem; module
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DFileSystem.java40 public interface FileSystem { interface
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/
DFileSystem.java42 public interface FileSystem { interface
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileSystem.java34 public enum FileSystem { enum
326 FileSystem(final int blockSize, final boolean caseSensitive, final boolean casePreserving, in FileSystem() method in FileSystem
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DFileSystem.java26 public interface FileSystem { interface

123