Home
last modified time | relevance | path

Searched refs:AdapterPath (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_service_impl_code_emitter.cpp67 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(implName_).c_str())… in EmitLowServiceImplHeaderFile()
112 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(implName_).c_str())… in EmitLowServiceImplSourceFile()
160 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_ + "Servic… in EmitServiceImplHeaderFile()
220 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(implName_).c_str())… in EmitServiceImplSourceFile()
H A Dc_interface_code_emitter.cpp59 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_s… in EmitLowModeInterfaceHeaderFile()
105 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_s… in EmitInterfaceHeaderFile()
H A Dc_custom_types_code_emitter.cpp60 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitPassthroughCustomTypesHeaderFile()
97 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitCustomTypesHeaderFile()
182 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_).c_str())… in EmitCustomTypesSourceFile()
H A Dc_service_driver_code_emitter.cpp67 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_ + "Driver… in EmitLowDriverSourceFile()
139 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_ + "Driver… in EmitDriverSourceFile()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_service_impl_code_emitter.cpp60 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(implName_).c_str())… in EmitLowServiceImplHeaderFile()
105 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(implName_).c_str())… in EmitLowServiceImplSourceFile()
153 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_ + "Servic… in EmitServiceImplHeaderFile()
213 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(implName_).c_str())… in EmitServiceImplSourceFile()
H A Dcpp_service_impl_code_emitter.cpp48 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(implName_).c_str())… in EmitImplHeaderFile()
139 std::string filePath = File::AdapterPath( in EmitImplSourceFile()
H A Dcpp_custom_types_code_emitter.cpp49 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitPassthroughCustomTypesHeaderFile()
90 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitCustomTypesHeaderFile()
217 …File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(baseName_).c_str(… in EmitCustomTypesSourceFile()
H A Dc_interface_code_emitter.cpp52 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_s… in EmitLowModeInterfaceHeaderFile()
98 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_s… in EmitInterfaceHeaderFile()
H A Dcode_emitter.cpp124 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()
H A Djava_client_interface_code_emitter.cpp41 …File::AdapterPath(StringHelper::Format("%s/%s.java", directory_.c_str(), FileName(interfaceName_).… in EmitInterfaceFile()
H A Dc_custom_types_code_emitter.cpp53 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitPassthroughCustomTypesHeaderFile()
90 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitCustomTypesHeaderFile()
214 …File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_).c_str())… in EmitCustomTypesSourceFile()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_service_impl_code_emitter.cpp55 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(implName_).c_str())… in EmitImplHeaderFile()
146 std::string filePath = File::AdapterPath( in EmitImplSourceFile()
H A Dcpp_custom_types_code_emitter.cpp57 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitPassthroughCustomTypesHeaderFile()
98 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_).c_str())… in EmitCustomTypesHeaderFile()
193 …File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(baseName_).c_str(… in EmitCustomTypesSourceFile()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp66 return File::AdapterPath(StringHelper::Format("%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
68 return File::AdapterPath(StringHelper::Format("%s/%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dfile.cpp243 std::string File::AdapterPath(const std::string &path) in CreatePartDir() function in OHOS::Idl::File
275 return RealPath(File::AdapterPath(path)); in CreatePartDir()
H A Dfile.h75 static std::string AdapterPath(const std::string &path);
H A Doptions.cpp754 std::string curPath = File::AdapterPath(StringHelper::Replace(package, '.', SEPARATOR)); in GetPackagePath()
763 return File::AdapterPath(rootPath + "/" + subPath); in GetPackagePath()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dfile.cpp224 std::string File::AdapterPath(const std::string &path) in CreateParentDir() function in OHOS::HDI::File
256 return RealPath(File::AdapterPath(path)); in CreateParentDir()
H A Dfile.h66 static std::string AdapterPath(const std::string &path);
H A Doptions.cpp364 std::string curPath = File::AdapterPath(StringHelper::Replace(package, '.', SEPARATOR)); in GetPackagePath()
373 return File::AdapterPath(rootPath + "/" + subPath); in GetPackagePath()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_service_stub_code_emitter.cpp31 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(stubName_).c_str())… in EmitStubHeaderFile()
75 …File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(stubName_).c_str(… in EmitStubSourceFile()
H A Dsa_cpp_client_proxy_code_emitter.cpp32 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_ + "Proxy"… in EmitInterfaceProxyHeaderFile()
225 …File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(proxyName_).c_str… in EmitInterfaceProxyCppFile()
H A Dsa_cpp_interface_code_emitter.cpp59 …File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_s… in EmitInterfaceHeaderFile()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Djava_client_interface_code_emitter.cpp48 …File::AdapterPath(StringHelper::Format("%s/%s.java", directory_.c_str(), FileName(interfaceName_).… in EmitInterfaceFile()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_interface_code_emitter.cpp47 …File::AdapterPath(StringHelper::Format("%s/%s.ts", directory_.c_str(), FileName(interfaceName_).c_… in EmitInterfaceHeaderFile()

12