Searched refs:oldMapFilePath (Results 1 – 8 of 8) sorted by relevance
63 this.rollup.share.projectConfig.oldMapFilePath = '';76 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;87 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;98 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
62 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;99 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;110 this.rollup.share.projectConfig.oldMapFilePath = '';
1336 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1356 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1374 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1393 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1405 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1417 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1429 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1511 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;1522 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
45 if (this.projectConfig.oldMapFilePath) {46 this.symbolMapFilePath = path.join(this.projectConfig.oldMapFilePath, SYMBOLMAP);
112 arkProjectConfig.oldMapFilePath = buildJsonInfo.patchConfig.oldMapFilePath;
46 oldMapFilePath?: object, property
169 expect(arkConfig.oldMapFilePath === buildJsonInfo.patchConfig.oldMapFilePath).to.be.true;