mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-22 12:15:55 -04:00
fix:modify SharedMemQueue type of hdi
Signed-off-by: yue <yueyan4@huawei.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user