Searched refs:isRooted (Results 1 – 3 of 3) sorted by relevance
803 assert(!isRooted(path)); in _rootName()1651 if (isRooted(r2))2409 assert(!isRooted(_path)); in this()2575 bool isRooted(R)(R path)2589 assert( isRooted("/")); in version()2590 assert( isRooted("/foo")); in version()2591 assert(!isRooted("foo")); in version()2592 assert(!isRooted("../foo")); in version()2597 assert( isRooted(`\`)); in version()2598 assert( isRooted(`\foo`)); in version()[all …]
720 assert(!isRooted(path));1553 if (isRooted(r2))2309 assert(!isRooted(_path)); in this()2493 bool isRooted(R)(R path)2505 assert(isRooted("/"));2506 assert(isRooted("/foo"));2507 assert(!isRooted("foo"));2508 assert(!isRooted("../foo"));2512 assert(isRooted(`\`)); in version()2513 assert(isRooted(`\foo`)); in version()[all …]
257 bool isRooted() const { return Kind == EdgeKind::Rooted; } in isRooted() function