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,
467 const CACHED_SOURCEMAPS: string = path.join(process.env.cachePath, SOURCEMAPS_JSON);
480 const CACHED_MODULELIST_FILE: string = path.join(process.env.cachePath, MODULELIST_JSON);
491 const CACHED_MODULELIST_FILE: string = path.join(process.env.cachePath, MODULELIST_JSON);
493 const CACHED_SOURCEMAPS: string = path.join(process.env.cachePath, SOURCEMAPS_JSON);
541 …Path = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cachePath, projectConfig);
603 const npmEntriesInfoPath: string = path.join(process.env.cachePath, NPMENTRIES_TXT);
606 …const npmEntriesProtoFilePath: string = path.join(process.env.cachePath, "protos", "npm_entries", …
632 if (process.env.cachePath) {
635 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
993 if (process.env.cachePath) {
994 … if (!fs.existsSync(process.env.cachePath) || !fs.statSync(process.env.cachePath).isDirectory()) {
1000 let hashJsonPath: string = path.join(process.env.cachePath, TEMPORARY, abilityDir, hashFile);
1055 if (process.env.cachePath !== undefined) {
1058 if (process.env.cachePath === undefined && fs.existsSync(cacheOutputPath)) {
1097 …ring = genTemporaryPath(filePath, projectConfig.projectPath, process.env.cachePath, projectConfig);
1164 protoFilePath = path.join(path.join(process.env.cachePath, "protos", PROTO_FILESINFO_TXT));
1178 …const npmEntriesProtoFilePath: string = path.join(process.env.cachePath, "protos", "npm_entries", …
1222 if (process.env.cachePath === undefined) {
1245 if (process.env.cachePath === undefined) {
1295 arkEnvParams['cachePath'] = process.env.cachePath;
1332 workerData['cachePath'] = process.env.cachePath;
1352 …const builtinAbcPath: string = generateBuiltinAbc(arkDir, abcArgs, process.env.cachePath, logger, …