Searched refs:mOutputDir (Results 1 – 2 of 2) sorted by relevance
136 if (!path.isAbsolute(this.mCustomProfiles.mOutputDir)) {137 …this.mCustomProfiles.mOutputDir = path.join(path.dirname(this.mConfigPath), this.mCustomProfiles.m…140 if (this.mCustomProfiles.mOutputDir && !fs.existsSync(this.mCustomProfiles.mOutputDir)) {141 fs.mkdirSync(this.mCustomProfiles.mOutputDir);144 this.readPropertyCache(this.mCustomProfiles.mOutputDir);154 await this.obfuscateFile(sourcePath, this.mCustomProfiles.mOutputDir);162 this.producePropertyCache(this.mCustomProfiles.mOutputDir);171 const newDir: string = path.join(this.mCustomProfiles.mOutputDir, currentDir);
37 mOutputDir?: string; property