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.ts507 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
511 if (fs.existsSync(cacheProtoFilePath)) {
513 const hashProtoFileContentData: string = toHashData(cacheProtoFilePath);
515 jsonObject[cacheProtoFilePath] === hashProtoFileContentData) {
517 updatedJsonObject[cacheProtoFilePath] = cacheProtoFilePath;
682 const cacheProtoFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_PROTO_BIN); constant
683 if (!fs.existsSync(cacheFilePath) || !fs.existsSync(cacheProtoFilePath)) {
685 `ArkTS:ERROR ${cacheFilePath} or ${cacheProtoFilePath} is lost`
689 const hashCacheProtoContentData: string = toHashData(cacheProtoFilePath);
691 this.hashJsonObject[cacheProtoFilePath] = hashCacheProtoContentData;