Home
last modified time | relevance | path

Searched refs:cacheProtoFilePath (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts642 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
648 if (fs.existsSync(cacheProtoFilePath)) {
650 const hashProtoFileContentData: string = toHashData(cacheProtoFilePath);
652 jsonObject[cacheProtoFilePath] === hashProtoFileContentData) {
654 updatedJsonObject[cacheProtoFilePath] = cacheProtoFilePath;
828 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
829 if (!fs.existsSync(cacheFilePath) || !fs.existsSync(cacheProtoFilePath)) {
831 `ArkTS:ERROR ${cacheFilePath} or ${cacheProtoFilePath} is lost`
835 const hashCacheProtoContentData: string = toHashData(cacheProtoFilePath);
837 this.hashJsonObject[cacheProtoFilePath] = hashCacheProtoContentData;