• Home
  • Raw
  • Download

Lines Matching refs:cachePath

191       if (projectConfig.cachePath && !projectConfig.xtsMode) {
193 const cachePrebuildInfoPath: string = path.join(projectConfig.cachePath, PREBUILDINFO_JSON);
213 if (projectConfig.cachePath && !projectConfig.xtsMode) {
215 const cachePrebuildInfoPath: string = path.join(projectConfig.cachePath, PREBUILDINFO_JSON);
323 …tryPath: string = genTemporaryPath(fakeEntryPath, projectConfig.projectPath, process.env.cachePath,
468 const CACHED_SOURCEMAPS: string = path.join(process.env.cachePath, SOURCEMAPS_JSON);
481 const CACHED_MODULELIST_FILE: string = path.join(process.env.cachePath, MODULELIST_JSON);
492 const CACHED_MODULELIST_FILE: string = path.join(process.env.cachePath, MODULELIST_JSON);
494 const CACHED_SOURCEMAPS: string = path.join(process.env.cachePath, SOURCEMAPS_JSON);
542 …Path = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cachePath, projectConfig);
604 const npmEntriesInfoPath: string = path.join(process.env.cachePath, NPMENTRIES_TXT);
607 …const npmEntriesProtoFilePath: string = path.join(process.env.cachePath, "protos", "npm_entries", …
633 if (process.env.cachePath) {
636 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
994 if (process.env.cachePath) {
995 … if (!fs.existsSync(process.env.cachePath) || !fs.statSync(process.env.cachePath).isDirectory()) {
1001 let hashJsonPath: string = path.join(process.env.cachePath, TEMPORARY, abilityDir, hashFile);
1056 if (process.env.cachePath !== undefined) {
1059 if (process.env.cachePath === undefined && fs.existsSync(cacheOutputPath)) {
1098 …ring = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cachePath, projectConfig);
1165 protoFilePath = path.join(path.join(process.env.cachePath, "protos", PROTO_FILESINFO_TXT));
1179 …const npmEntriesProtoFilePath: string = path.join(process.env.cachePath, "protos", "npm_entries", …
1223 if (process.env.cachePath === undefined) {
1246 if (process.env.cachePath === undefined) {
1296 arkEnvParams['cachePath'] = process.env.cachePath;
1333 workerData['cachePath'] = process.env.cachePath;
1353 …const builtinAbcPath: string = generateBuiltinAbc(arkDir, abcArgs, process.env.cachePath, logger, …