[Refactoring] Code cleanup and remove duplicate methods
authorj-h.choi <j-h.choi@samsung.com>
Thu, 18 Jan 2024 06:40:47 +0000 (15:40 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Mon, 19 Feb 2024 05:33:46 +0000 (14:33 +0900)
commit33b4aa2fcbb716d081fc13ac6855fc53bd343532
tree5d41c805f2caa73faddcadc95a384212fe25769a
parentd6cbcc29054cdd3524d2f78a88585aa2846513c8
[Refactoring] Code cleanup and remove duplicate methods

Change-Id: I6c65e5108b0110a51b5f9d60e34779d7d4f300ef
17 files changed:
NativeLauncher/CMakeLists.txt
NativeLauncher/hydra/hydra_main.cc
NativeLauncher/inc/multi_target_resolver.h
NativeLauncher/inc/r2r_checker.h
NativeLauncher/inc/utils.h
NativeLauncher/installer-plugin/dotnet_apptype_plugin.cc
NativeLauncher/installer-plugin/prefer_dotnet_aot_plugin.cc
NativeLauncher/launcher/exec/corerun.cc
NativeLauncher/launcher/lib/core_runtime.cc
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/multi_target_resolver.cc
NativeLauncher/tool/ni_common.cc
NativeLauncher/tool/r2r_checker.cc
NativeLauncher/tool/tac_common.cc
NativeLauncher/tool/tac_installer.cc
NativeLauncher/util/plugin_manager.cc
NativeLauncher/util/utils.cc