Home
last modified time | relevance | path

Searched refs:AdapterPath (Results 1 - 18 of 18) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/util/
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()
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()
/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_ + "Service").c_str())); in EmitServiceImplHeaderFile()
213 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(implName_).c_str())); in EmitServiceImplSourceFile()
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_str())); in EmitLowModeInterfaceHeaderFile()
98 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_str())); 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 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 Djava_client_interface_code_emitter.cpp41 File::AdapterPath(StringHelper::Format("%s/%s.java", directory_.c_str(), FileName(interfaceName_).c_str())); 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()
H A Dc_service_driver_code_emitter.cpp60 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_ + "Driver").c_str())); in EmitLowDriverSourceFile()
132 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(baseName_ + "Driver").c_str())); in EmitDriverSourceFile()
H A Dcpp_service_driver_code_emitter.cpp42 std::string filePath = File::AdapterPath( in EmitDriverSourceFile()
H A Djava_client_proxy_code_emitter.cpp40 File::AdapterPath(StringHelper::Format("%s/%s.java", directory_.c_str(), FileName(proxyName_).c_str())); in EmitProxyFile()
H A Dcpp_service_stub_code_emitter.cpp42 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(stubName_).c_str())); in EmitStubHeaderFile()
179 File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(stubName_).c_str())); in EmitStubSourceFile()
H A Dcpp_interface_code_emitter.cpp47 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(interfaceName_).c_str())); in EmitInterfaceHeaderFile()
H A Dc_client_proxy_code_emitter.cpp53 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(proxyName_).c_str())); in EmitPassthroughProxySourceFile()
111 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(proxyName_).c_str())); in EmitProxySourceFile()
H A Dc_service_stub_code_emitter.cpp49 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(stubName_).c_str())); in EmitServiceStubHeaderFile()
115 File::AdapterPath(StringHelper::Format("%s/%s.c", directory_.c_str(), FileName(stubName_).c_str())); in EmitServiceStubSourceFile()
H A Dcpp_client_proxy_code_emitter.cpp53 File::AdapterPath(StringHelper::Format("%s/%s.h", directory_.c_str(), FileName(baseName_ + "Proxy").c_str())); in EmitProxyHeaderFile()
297 File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(proxyName_).c_str())); in EmitPassthroughProxySourceFile()
351 File::AdapterPath(StringHelper::Format("%s/%s.cpp", directory_.c_str(), FileName(proxyName_).c_str())); in EmitProxySourceFile()

Completed in 15 milliseconds