Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/external/skia/bazel/exporter/interfaces/mocks/
H A 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) {
/aosp_15_r20/external/rust/crates/uefi/src/fs/file_system/
Dfs.rs23 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/
Dfs.rs23 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 Dbpfix.go1480 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/
DFileSystem.java25 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 Dhostinfo_linux.go30 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 Dhostinfo_darwin.go23 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/
DFileSystem.h35 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/
DFileSystem.h35 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/
DFileSystem.h35 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/
DFileSystem.h35 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 Dfile.proto25 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 DFileSystem.java98 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/
DFileSystem.java98 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/
DFileSystem.java98 public abstract class FileSystem class
104 protected FileSystem() { in FileSystem() method in FileSystem
/aosp_15_r20/build/blueprint/pathtools/
H A Dfs.go93 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 Dglob.go100 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/
Dfs.go100 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 DFileSystem.java32 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 DFileSystem.java34 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 Dfile_system_helper.h28 class FileSystem; variable
/aosp_15_r20/build/soong/ui/metrics/proc/
H A Dstatus_darwin.go9 func NewProcStatus(pid int, _ fs.FileSystem) (*ProcStatus, error) {
H A Dstatus_linux.go16 func NewProcStatus(pid int, fileSystem fs.FileSystem) (*ProcStatus, error) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DSampleProfile.h35 class FileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSampleProfileLoaderBaseImpl.h52 class FileSystem; variable

12345678910>>...22