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/
H A Dcode_emitter.cpp120 std::string outPath = StringHelper::EndWith(outDir, SEPARATOR) ? outDir.substr(0, outDir.size() - 1) : outDir; in GetFileParentPath() local
124 return File::AdapterPath(StringHelper::Format("%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
126 return File::AdapterPath(StringHelper::Format("%s/%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_config.h46 std::string outPath; member
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp447 g_outPath = config.outPath; in Init()
H A Dthermal_hdf_config.cpp205 this->traceConfig_.outPath = std::string(reinterpret_cast<char *>(xmlOutpath)); in ParseTracingNode()

Completed in 4 milliseconds