Searched refs:hashFilePath (Results 1 – 1 of 1) sorted by relevance
242 const hashFilePath = genHashJsonPath(buildPath); constant243 if (hashFilePath.length === 0) {249 if (fs.existsSync(hashFilePath)) {250 jsonFile = fs.readFileSync(hashFilePath).toString();293 const hashFilePath = genHashJsonPath(buildPathInfo); constant294 if (hashFilePath.length === 0) {297 fs.writeFileSync(hashFilePath, JSON.stringify(hashJsonObject));