/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | file.h | 75 static std::string AdapterPath(const std::string &path);
|
H A D | file.cpp | 243 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 D | options.cpp | 758 std::string curPath = File::AdapterPath(StringHelper::Replace(package, '.', SEPARATOR)); in GetPackagePath() 767 return File::AdapterPath(rootPath + "/" + subPath); in GetPackagePath()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
H A D | c_service_impl_code_emitter.cpp | 67 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_ + "Service").c_str()));
in EmitServiceImplHeaderFile() 220 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(implName_).c_str()));
in EmitServiceImplSourceFile()
|
H A D | c_interface_code_emitter.cpp | 59 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_str()));
in EmitLowModeInterfaceHeaderFile() 105 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_str()));
in EmitInterfaceHeaderFile()
|
H A D | c_custom_types_code_emitter.cpp | 60 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 D | c_service_driver_code_emitter.cpp | 67 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_ + "Driver").c_str()));
in EmitLowDriverSourceFile() 139 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_ + "Driver").c_str()));
in EmitDriverSourceFile()
|
H A D | c_service_stub_code_emitter.cpp | 56 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(stubName_).c_str()));
in EmitServiceStubHeaderFile() 122 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(stubName_).c_str()));
in EmitServiceStubSourceFile()
|
H A D | c_client_proxy_code_emitter.cpp | 60 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(proxyName_).c_str()));
in EmitPassthroughProxySourceFile() 118 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(proxyName_).c_str()));
in EmitProxySourceFile()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | cpp_custom_types_code_emitter.cpp | 57 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()
|
H A D | cpp_service_impl_code_emitter.cpp | 55 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 D | cpp_interface_code_emitter.cpp | 54 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_str()));
in EmitInterfaceHeaderFile()
|
H A D | cpp_service_driver_code_emitter.cpp | 49 std::string filePath = File::AdapterPath(
in EmitDriverSourceFile()
|
H A D | cpp_service_stub_code_emitter.cpp | 49 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(stubName_).c_str()));
in EmitStubHeaderFile() 186 File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(stubName_).c_str()));
in EmitStubSourceFile()
|
H A D | cpp_client_proxy_code_emitter.cpp | 61 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_ + "Proxy").c_str()));
in EmitProxyHeaderFile() 299 File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(proxyName_).c_str()));
in EmitPassthroughProxySourceFile() 353 File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(proxyName_).c_str()));
in EmitProxySourceFile()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/ |
H A D | java_client_interface_code_emitter.cpp | 48 File::AdapterPath(StringHelper::Format("%s/%s.java", directory_.c_str(), FileName(interfaceName_).c_str()));
in EmitInterfaceFile()
|
H A D | java_client_proxy_code_emitter.cpp | 47 File::AdapterPath(StringHelper::Format("%s/%s.java", directory_.c_str(), FileName(proxyName_).c_str()));
in EmitProxyFile()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
H A D | sa_ts_interface_code_emitter.cpp | 47 File::AdapterPath(StringHelper::Format("%s/%s.ts", directory_.c_str(), FileName(interfaceName_).c_str()));
in EmitInterfaceHeaderFile()
|
H A D | sa_ts_client_proxy_code_emitter.cpp | 45 File::AdapterPath(StringHelper::Format("%s/%s.ts", directory_.c_str(), FileName(baseName_ + "Proxy").c_str()));
in EmitInterfaceProxyFile()
|
H A D | sa_ts_service_stub_code_emitter.cpp | 44 File::AdapterPath(StringHelper::Format("%s/%s.ts", directory_.c_str(), FileName(stubName_).c_str()));
in EmitInterfaceStub()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/ |
H A D | code_emitter.cpp | 66 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()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
H A D | sa_cpp_service_stub_code_emitter.cpp | 31 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 D | sa_cpp_interface_code_emitter.cpp | 59 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_str()));
in EmitInterfaceHeaderFile()
|
H A D | sa_cpp_client_proxy_code_emitter.cpp | 32 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_ + "Proxy").c_str()));
in EmitInterfaceProxyHeaderFile() 225 File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(proxyName_).c_str()));
in EmitInterfaceProxyCppFile()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/ |
H A D | sa_rust_interface_code_emitter.cpp | 46 File::AdapterPath(StringHelper::Format("%s/%s.rs", directory_.c_str(), interfaceName_.c_str()));
in EmitInterfaceHeaderFile()
|