Home
last modified time | relevance | path

Searched refs:proto_name (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/l4re_vfs/include/
A Dvfs.h787 explicit File_factory(char const *proto_name) : _proto_name(proto_name) {} in File_factory() argument
788 File_factory(int proto, char const *proto_name) in File_factory() argument
789 : _proto(proto), _proto_name(proto_name) in File_factory()
795 char const *proto_name() const { return _proto_name; } in proto_name() function
973 virtual cxx::Ref_ptr<File_factory> get_file_factory(char const *proto_name) throw() = 0;
/l4re-core-master/l4re_vfs/include/impl/
A Dvfs_impl.h146 Ref_ptr<L4Re::Vfs::File_factory> get_file_factory(char const *proto_name) throw();
295 Vfs::get_file_factory(char const *proto_name) throw() in get_file_factory() argument
299 auto n = p->f->proto_name(); in get_file_factory()
303 char const *b = proto_name; in get_file_factory()

Completed in 6 milliseconds