Lines Matching refs:hashFilePath
868 const hashFilePath: string = genHashJsonPath(buildPath); constant
869 if (hashFilePath.length === 0) {
875 if (fs.existsSync(hashFilePath)) {
876 jsonFile = fs.readFileSync(hashFilePath).toString();
919 const hashFilePath: string = genHashJsonPath(buildPathInfo); constant
920 if (hashFilePath.length === 0) {
924 fs.writeFileSync(hashFilePath, JSON.stringify(moduleHashJsonObject));
933 const hashFilePath: string = genHashJsonPath(buildPath); constant
934 if (hashFilePath.length === 0) {
940 if (fs.existsSync(hashFilePath)) {
941 jsonFile = fs.readFileSync(hashFilePath).toString();
984 const hashFilePath: string = genHashJsonPath(buildPathInfo); constant
985 if (hashFilePath.length === 0) {
988 fs.writeFileSync(hashFilePath, JSON.stringify(hashJsonObject));