Home
last modified time | relevance | path

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

/l4re-core-master/l4re_vfs/include/impl/
A Dns_fs_impl.h46 factory = L4Re::Vfs::vfs_ops->get_file_factory(proto); in cap_to_vfs_object()
49 factory = L4Re::Vfs::vfs_ops->get_file_factory(name.data); in cap_to_vfs_object()
A Dvfs_impl.h145 Ref_ptr<L4Re::Vfs::File_factory> get_file_factory(int proto) throw();
146 Ref_ptr<L4Re::Vfs::File_factory> get_file_factory(char const *proto_name) throw();
285 Vfs::get_file_factory(int proto) throw() in get_file_factory() function
295 Vfs::get_file_factory(char const *proto_name) throw() in get_file_factory() function
/l4re-core-master/l4re_vfs/include/
A Dvfs.h972 virtual cxx::Ref_ptr<File_factory> get_file_factory(int proto) throw() = 0;
973 virtual cxx::Ref_ptr<File_factory> get_file_factory(char const *proto_name) throw() = 0;

Completed in 15 milliseconds