Searched defs:outputPath (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/c2hal/
H A Dmain.cpp75 std::string &outputPath) {
93 if (outputPath.empty()) {
94 outputPath = rootPath;
97 outputPath += '/' + packagePath + '/';
102 CHECK(!outputPath.empty()) << "No package root path provided for: " << package;
104 outputPath += '/';
72 applyPackageRootPath( const std::map<std::string, std::string> &packageRootPaths, const std::string &package, std::string &outputPath) argument
/system/tools/hidl/
H A DCoordinator.cpp57 void Coordinator::setOutputPath(const std::string& outputPath) { argument
58 mOutputPath = outputPath;

Completed in 269 milliseconds