Home
last modified time | relevance | path

Searched refs:isRootPath (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/libnpx/
Dget-prefix.js22 if (isRootPath(current, process.platform)) {
49 module.exports._isRootPath = isRootPath
50 function isRootPath (p, platform) { function
DCHANGELOG.md709 * **get-prefix:** nudge isRootPath ([1ab31eb](https://github.com/npm/npx/commit/1ab31eb))
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.hpp78 bool isRootPath (void) const;
131 inline bool FilePath::isRootPath (void) const in isRootPath() function in de::FilePath
DdeFilePath.cpp69 else if (isRootPath() && !beginsWithDrive()) in split()
211 return isRootPath() || isWinNetPath() || beginsWithDrive(); in isAbsolutePath()