Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/l4re_vfs/include/
A Dvfs.h486 Path() throw() : _p(0), _l(0) {} in Path() function
488 explicit Path(char const *p) throw() : _p(p) in Path() function
491 Path(char const *p, unsigned l) throw() : _p(p), _l(l) in Path() function

Completed in 4 milliseconds