Home
last modified time | relevance | path

Searched refs:FileSystemType (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/gn/standalone/
Dwasm_typescript_declaration.d.ts25 export interface FileSystemType {}
28 MEMFS: FileSystemType;
29 IDBFS: FileSystemType;
30 WORKERFS: FileSystemType;
40 mount(type: Wasm.FileSystemType, opts: any, mountpoint: string): any;
/external/libchrome/base/files/
Dfile_util_linux.cc16 bool GetFileSystemType(const FilePath& path, FileSystemType* type) { in GetFileSystemType()
Dfile_util.h450 enum FileSystemType { enum
465 BASE_EXPORT bool GetFileSystemType(const FilePath& path, FileSystemType* type);