Home
last modified time | relevance | path

Searched refs:mOutputPath (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DCoordinator.cpp59 mOutputPath = outputPath; in setOutputPath()
140 *path = mOutputPath + fileName; in getFilepath()
146 *path = mOutputPath + packagePath + fileName; in getFilepath()
154 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()
162 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()
201 out << StringHelper::LTrim(forFile, mOutputPath) << ": \\\n"; in writeDepFile()
DCoordinator.h187 std::string mOutputPath; // root of output directory member