Searched refs:oldMapFilePath (Results 1 – 6 of 6) sorted by relevance
61 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;91 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
620 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;641 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;658 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;676 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;688 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;700 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;712 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;794 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;805 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
45 if (this.projectConfig.oldMapFilePath) {46 this.symbolMapFilePath = path.join(this.projectConfig.oldMapFilePath, SYMBOLMAP);
39 oldMapFilePath?: object, property
92 arkProjectConfig.oldMapFilePath = buildJsonInfo.patchConfig.oldMapFilePath;
148 expect(arkConfig.oldMapFilePath === buildJsonInfo.patchConfig.oldMapFilePath).to.be.true;