Searched refs:mOutputPath (Results 1 – 2 of 2) sorted by relevance
58 mOutputPath = outputPath; in setOutputPath()139 *path = mOutputPath + fileName; in getFilepath()145 *path = mOutputPath + packagePath + fileName; in getFilepath()153 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()161 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()200 out << StringHelper::LTrim(forFile, mOutputPath) << ": \\\n"; in writeDepFile()
169 std::string mOutputPath; // root of output directory member