/aosp_15_r20/external/skia/bazel/exporter/interfaces/mocks/ |
H A D | FileSystem.go | 11 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) {
|
/aosp_15_r20/external/rust/crates/uefi/src/fs/file_system/ |
D | fs.rs | 23 pub struct FileSystem(ScopedProtocol<SimpleFileSystemProtocol>); struct 25 impl FileSystem { implementation 434 impl Debug for FileSystem { implementation 441 impl From<uefi::boot::ScopedProtocol<SimpleFileSystemProtocol>> for FileSystem { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/file_system/ |
D | fs.rs | 23 pub struct FileSystem(ScopedProtocol<SimpleFileSystemProtocol>); struct 25 impl FileSystem { implementation 434 impl Debug for FileSystem { implementation 441 impl From<uefi::boot::ScopedProtocol<SimpleFileSystemProtocol>> for FileSystem { implementation
|
/aosp_15_r20/build/soong/bpfix/bpfix/ |
H A D | bpfix.go | 1480 func rewriteLicenseProperty(fs pathtools.FileSystem, relativePath string) patchListModFunction { 1488 … rewriteLicenseProperties(mod *parser.Module, patchList *parser.PatchList, fs pathtools.FileSystem, 1671 func hasFile(path string, fs pathtools.FileSystem) bool { 1677 func getDirFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath … 1710 func getPathFromProperty(mod *parser.Module, property string, fs pathtools.FileSystem, relativePath… 1723 func getModuleName(path string, moduleType string, fs pathtools.FileSystem) (string, error) { 1746 func parserPath(path string, fs pathtools.FileSystem) (tree *parser.File, err error) {
|
/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/ |
D | FileSystem.java | 25 public class FileSystem { class 29 public FileSystem(File rootDirectory) { in FileSystem() method in FileSystem 33 public FileSystem(Map<String, StringBuffer> fileOutputMap) { in FileSystem() method in FileSystem
|
/aosp_15_r20/build/soong/ui/metrics/ |
H A D | hostinfo_linux.go | 30 func NewCpuInfo(fileSystem fs.FileSystem) (*CpuInfo, error) { 38 func NewMemInfo(fileSystem fs.FileSystem) (*MemInfo, error) { 46 func parseFile(obj fillable, fileName string, endOnBlank bool, fileSystem fs.FileSystem) error {
|
H A D | hostinfo_darwin.go | 23 func NewCpuInfo(fileSystem fs.FileSystem) (*CpuInfo, error) { 27 func NewMemInfo(fileSystem fs.FileSystem) (*MemInfo, error) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/ |
D | FileSystem.h | 35 FileSystem() in FileSystem() function 38 FileSystem(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> fs) in FileSystem() function 41 FileSystem(std::unique_ptr<TildeExpressionResolver> tilde_resolver) in FileSystem() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/ |
D | FileSystem.h | 35 FileSystem() in FileSystem() function 38 FileSystem(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> fs) in FileSystem() function 41 FileSystem(std::unique_ptr<TildeExpressionResolver> tilde_resolver) in FileSystem() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/ |
D | FileSystem.h | 35 FileSystem() in FileSystem() function 38 FileSystem(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> fs) in FileSystem() function 41 FileSystem(std::unique_ptr<TildeExpressionResolver> tilde_resolver) in FileSystem() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/ |
D | FileSystem.h | 35 FileSystem() in FileSystem() function 38 FileSystem(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> fs) in FileSystem() function 41 FileSystem(std::unique_ptr<TildeExpressionResolver> tilde_resolver) in FileSystem() function
|
/aosp_15_r20/external/pigweed/pw_file/ |
H A D | file.proto | 25 service FileSystem { service 28 rpc List(ListRequest) returns (stream ListResponse) {} 31 rpc Delete(DeleteRequest) returns (pw.protobuf.Empty) {}
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/ |
H A D | FileSystem.java | 98 public abstract class FileSystem class 104 protected FileSystem() { in FileSystem() method in FileSystem
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/file/ |
D | FileSystem.java | 98 public abstract class FileSystem class 104 protected FileSystem() { in FileSystem() method in FileSystem
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/ |
D | FileSystem.java | 98 public abstract class FileSystem class 104 protected FileSystem() { in FileSystem() method in FileSystem
|
/aosp_15_r20/build/blueprint/pathtools/ |
H A D | fs.go | 93 type FileSystem interface { interface 598 func listDirsRecursive(fs FileSystem, name string, follow ShouldFollowSymlinks) ([]string, error) { 624 func listDirsRecursiveRelative(fs FileSystem, name string, follow ShouldFollowSymlinks, depth int) …
|
H A D | glob.go | 100 func startGlob(fs FileSystem, pattern string, excludes []string, 161 func glob(fs FileSystem, pattern string, hasRecursive bool,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | fs.go | 100 type FileSystem interface { interface 674 func serveFile(w ResponseWriter, r *Request, fs FileSystem, name string, redirect bool) { 963 func FileServer(root FileSystem) Handler {
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | FileSystem.java | 32 abstract class FileSystem { class 34 FileSystem() { in FileSystem() method in FileSystem
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | FileSystem.java | 34 public enum FileSystem { enum 326 FileSystem(final int blockSize, final boolean caseSensitive, final boolean casePreserving, in FileSystem() method in FileSystem
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | file_system_helper.h | 28 class FileSystem; variable
|
/aosp_15_r20/build/soong/ui/metrics/proc/ |
H A D | status_darwin.go | 9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
|
H A D | status_linux.go | 16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | SampleProfile.h | 35 class FileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SampleProfileLoaderBaseImpl.h | 52 class FileSystem; variable
|