Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dcache-dir.js10 const cacheRoot = (platform === 'win32' && process.env.LOCALAPPDATA) || home constant
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Ddefinitions.js86 const cacheRoot = (isWindows && process.env.LOCALAPPDATA) || '~' constant
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
Dmain.go132 cacheRoot string // path to the regres cache directory member