Wrap bf::exists() to check for exception. (#270) accepted/tizen/unified/20200820.034645 submit/tizen/20200818.081345
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Tue, 18 Aug 2020 08:02:14 +0000 (17:02 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Tue, 18 Aug 2020 08:02:14 +0000 (17:02 +0900)
commit972daf129ad11deaa791e41d13faea4908eae18c
treebaf33cd1a84ffdaba9a9ab79d737016bb79bd444
parent3a4e40c00bc02085db54fd718d0b8e6de60a57e0
Wrap bf::exists() to check for exception. (#270)

bf::exists() can throw exception. To avoid crash by exception, exist() which wrap bf::exists() is added.
NativeLauncher/inc/utils.h
NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc
NativeLauncher/tool/tac_common.cc
NativeLauncher/util/utils.cc