Lines Matching refs:cachePath
182 if (process.env.cachePath) {
185 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
362 if (process.env.cachePath) {
363 … if (!fs.existsSync(process.env.cachePath) || !fs.statSync(process.env.cachePath).isDirectory()) {
368 let hashJsonPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, hashFile);
425 if (process.env.cachePath !== undefined) {
428 if (process.env.cachePath === undefined && fs.existsSync(cacheOutputPath)) {
593 if (process.env.cachePath === undefined) {
616 if (process.env.cachePath === undefined) {
657 let pathName = process.env.cachePath !== undefined ?
658 path.join(process.env.cachePath, tailName) : path.join(buildPathInfo, tailName);
737 if (!process.env.cachePath) {
742 const cachePrebuildInfoPath = path.join(process.env.cachePath, PREBUILDINFO_JSON);
760 if (process.env.cachePath && process.env.minPlatformVersion) {
762 const cachePrebuildInfoPath = path.join(process.env.cachePath, PREBUILDINFO_JSON);