Searched refs:isRootPath (Results 1 – 4 of 4) sorted by relevance
22 if (isRootPath(current, process.platform)) {49 module.exports._isRootPath = isRootPath50 function isRootPath (p, platform) { function
709 * **get-prefix:** nudge isRootPath ([1ab31eb](https://github.com/npm/npx/commit/1ab31eb))
78 bool isRootPath (void) const;131 inline bool FilePath::isRootPath (void) const in isRootPath() function in de::FilePath
69 else if (isRootPath() && !beginsWithDrive()) in split()211 return isRootPath() || isWinNetPath() || beginsWithDrive(); in isAbsolutePath()