Searched refs:mOutputPath (Results 1 – 2 of 2) sorted by relevance
59 mOutputPath = outputPath; in setOutputPath()144 *path = mOutputPath + fileName; in getFilepath()150 *path = mOutputPath + packagePath + fileName; in getFilepath()158 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()166 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()205 out << StringHelper::LTrim(forFile, mOutputPath) << ": \\\n"; in writeDepFile()
189 std::string mOutputPath; // root of output directory member