fix:modify SharedMemQueue type of hdi

Signed-off-by: yue <yueyan4@huawei.com>
This commit is contained in:
yue
2022-05-16 16:43:21 +08:00
parent 8be8019772
commit 2af2da821d
21 changed files with 71 additions and 59 deletions
@@ -35,7 +35,8 @@ void CppInterfaceCodeEmitter::EmitCode()
void CppInterfaceCodeEmitter::EmitInterfaceHeaderFile()
{
String filePath = String::Format("%s/%s.h", directory_.string(), FileName(interfaceName_).string());
String filePath = File::AdapterPath(String::Format("%s/%s.h", directory_.string(),
FileName(interfaceName_).string()));
File file(filePath, File::WRITE);
StringBuilder sb;