Searched defs:cacheRoot (Results 1 – 3 of 3) sorted by relevance
10 const cacheRoot = (platform === 'win32' && process.env.LOCALAPPDATA) || home constant
86 const cacheRoot = (isWindows && process.env.LOCALAPPDATA) || '~' constant
132 cacheRoot string // path to the regres cache directory member