Searched refs:get_file_factory (Results 1 – 3 of 3) sorted by relevance
46 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()
145 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() function295 Vfs::get_file_factory(char const *proto_name) throw() in get_file_factory() function
972 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