Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_emitter.cpp117 …std::string outPath = StringHelper::EndWith(outDir, SEPARATOR) ? outDir.substr(0, outDir.size() - … in GetFileParentPath() local
121 return File::AdapterPath(StringHelper::Format("%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
123 return File::AdapterPath(StringHelper::Format("%s/%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dthermal_hdf_config.h46 std::string outPath; member
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_hdf_config.cpp204 this->traceConfig_.outPath = std::string(reinterpret_cast<char *>(xmlOutpath)); in ParseTracingNode()
Dthermal_dfx.cpp459 g_outPath = config.outPath; in Init()